Skip to content

Commit

Permalink
modified version identifiers in descriptors for release 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brown committed Apr 30, 2014
1 parent 7840a57 commit e9ed6b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "select2",
"version": "3.4.6",
"version": "3.4.7",
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"],
"dependencies": {
"jquery": ">= 1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "select2",
"repo": "ivaynberg/select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"version": "3.4.6",
"version": "3.4.7",
"demo": "http://ivaynberg.github.io/select2/",
"keywords": [
"jquery"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":
"ivaynberg/select2",
"description": "Select2 is a jQuery based replacement for select boxes.",
"version": "3.4.6",
"version": "3.4.7",
"type": "component",
"homepage": "http://ivaynberg.github.io/select2/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Igor Vaynberg",
"repository": {"type": "git", "url": "git://github.com/ivaynberg/select2.git"},
"main": "select2.js",
"version": "3.4.6",
"version": "3.4.7",
"jspm": {
"main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
Expand Down
2 changes: 1 addition & 1 deletion select2.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tag",
"tagging"
],
"version": "3.4.6",
"version": "3.4.7",
"author": {
"name": "Igor Vaynberg",
"url": "https://github.com/ivaynberg"
Expand Down

0 comments on commit e9ed6b9

Please sign in to comment.