1
0
mirror of synced 2024-11-24 22:06:07 +03:00

Update version identifiers for 4.0.0-beta.2

This commit is contained in:
Kevin Brown 2015-01-13 19:18:33 -05:00
parent 8d35d5e416
commit 911966be78
5 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.7.1"
"components/jquery": ">=1.7.2"
},
"extra": {
"component": {

View File

@ -21,7 +21,7 @@ slug: home
</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>

View File

@ -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": {

View File

@ -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"
@ -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"
}
}