Skip to content

Commit

Permalink
Update version identifiers for 4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-brown committed Jan 14, 2015
1 parent 8d35d5e commit 911966b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "select2",
"repo": "select/select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"demo": "https://select2.github.io/",
"keywords": [
"jquery"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.7.1"
"components/jquery": ">=1.7.2"
},
"extra": {
"component": {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -21,7 +21,7 @@ <h1>Select2</h1>
</a>
</p>
<p>
<strong>Version</strong> 4.0.0 <em>beta 1</em>
<strong>Version</strong> 4.0.0 <em>beta 2</em>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
],
"license": "MIT",
"main": "dist/js/select2.js",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"jspm": {
"main": "js/select2",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions select2.jquery.json
Expand Up @@ -11,7 +11,7 @@
"tag",
"tagging"
],
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"author": {
"name": "Kevin Brown",
"url": "https://github.com/kevin-brown"
Expand All @@ -27,6 +27,6 @@
"docs": "https://select2.github.io",
"download": "https://github.com/select2/select2/releases",
"dependencies": {
"jquery": ">=1.7.1"
"jquery": ">=1.7.2"
}
}

0 comments on commit 911966b

Please sign in to comment.