Skip to content

Commit e214440

Browse files
committed
v1.0.3
1 parent 49be049 commit e214440

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-input-type-serialnumber",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A widget that assists users while filling out HTML Input fields intended for Serial Numbers.",
55
"main": "src/jquery.serialnumberinput.js",
66
"scripts": {
@@ -14,7 +14,8 @@
1414
"jquery-plugin",
1515
"input-validation",
1616
"widget",
17-
"html-input"
17+
"html-input",
18+
"ecosystem:jquery"
1819
],
1920
"author": "Ishpreet Singh Bhasin",
2021
"license": "GPL-3.0",

src/jquery.serialnumberinput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
HTML Input Type SerialNumber - v1.0.2
2+
HTML Input Type SerialNumber - v1.0.3
33
License: GNU GENERAL PUBLIC LICENSE Version 3
44
GitHub: https://github.com/ish-101/HTML-Input-Type-SerialNumber
55
Dependency: jQuery 3.x.x

0 commit comments

Comments
 (0)