Skip to content

Commit 911966b

Browse files
committed
Update version identifiers for 4.0.0-beta.2
1 parent 8d35d5e commit 911966b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "select2",
33
"repo": "select/select2",
44
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
5-
"version": "4.0.0-beta.1",
5+
"version": "4.0.0-beta.2",
66
"demo": "https://select2.github.io/",
77
"keywords": [
88
"jquery"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"robloach/component-installer": "*",
9-
"components/jquery": ">=1.7.1"
9+
"components/jquery": ">=1.7.2"
1010
},
1111
"extra": {
1212
"component": {

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Select2</h1>
2121
</a>
2222
</p>
2323
<p>
24-
<strong>Version</strong> 4.0.0 <em>beta 1</em>
24+
<strong>Version</strong> 4.0.0 <em>beta 2</em>
2525
</p>
2626
</div>
2727
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"main": "dist/js/select2.js",
33-
"version": "4.0.0-beta.1",
33+
"version": "4.0.0-beta.2",
3434
"jspm": {
3535
"main": "js/select2",
3636
"directories": {

select2.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tag",
1212
"tagging"
1313
],
14-
"version": "4.0.0-beta.1",
14+
"version": "4.0.0-beta.2",
1515
"author": {
1616
"name": "Kevin Brown",
1717
"url": "https://github.com/kevin-brown"
@@ -27,6 +27,6 @@
2727
"docs": "https://select2.github.io",
2828
"download": "https://github.com/select2/select2/releases",
2929
"dependencies": {
30-
"jquery": ">=1.7.1"
30+
"jquery": ">=1.7.2"
3131
}
3232
}

0 commit comments

Comments
 (0)