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", "name": "select2",
"repo": "select/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.", "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/", "demo": "https://select2.github.io/",
"keywords": [ "keywords": [
"jquery" "jquery"

View File

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

View File

@ -21,7 +21,7 @@ slug: home
</a> </a>
</p> </p>
<p> <p>
<strong>Version</strong> 4.0.0 <em>beta 1</em> <strong>Version</strong> 4.0.0 <em>beta 2</em>
</p> </p>
</div> </div>
</div> </div>

View File

@ -30,7 +30,7 @@
], ],
"license": "MIT", "license": "MIT",
"main": "dist/js/select2.js", "main": "dist/js/select2.js",
"version": "4.0.0-beta.1", "version": "4.0.0-beta.2",
"jspm": { "jspm": {
"main": "js/select2", "main": "js/select2",
"directories": { "directories": {

View File

@ -11,7 +11,7 @@
"tag", "tag",
"tagging" "tagging"
], ],
"version": "4.0.0-beta.1", "version": "4.0.0-beta.2",
"author": { "author": {
"name": "Kevin Brown", "name": "Kevin Brown",
"url": "https://github.com/kevin-brown" "url": "https://github.com/kevin-brown"
@ -27,6 +27,6 @@
"docs": "https://select2.github.io", "docs": "https://select2.github.io",
"download": "https://github.com/select2/select2/releases", "download": "https://github.com/select2/select2/releases",
"dependencies": { "dependencies": {
"jquery": ">=1.7.1" "jquery": ">=1.7.2"
} }
} }