Skip to content

Commit 72be4ff

Browse files
committed
changing version number
1 parent 63165e9 commit 72be4ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jquery-tokeninput",
3-
"version" : "1.7.0",
3+
"version" : "1.7.1",
44
"description" : "Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item.",
55
"main" : [ "./src/jquery.tokeninput.js", "./styles/token-input.css" ],
66
"homepage" : "http://loopj.com/jquery-tokeninput",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jquery-tokeninput",
3-
"version" : "1.7.0",
3+
"version" : "1.7.1",
44
"description" : "Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item.",
55
"main" : [ "./src/jquery.tokeninput.js", "./styles/token-input.css" ],
66
"homepage" : "http://loopj.com/jquery-tokeninput",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "jquery.tokeninput",
3-
"version": "2.0.0",
2+
"name": "jquery-tokeninput",
3+
"version": "2.0.1",
44
"devDependencies": {
55
"grunt": "~0.4.2",
66
"grunt-contrib-jshint": "~0.6.3",

0 commit comments

Comments
 (0)