From 911966be78e8d81dd2ca1eb11a4b1ec31dc59c78 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 13 Jan 2015 19:18:33 -0500 Subject: [PATCH] Update version identifiers for 4.0.0-beta.2 --- component.json | 2 +- composer.json | 2 +- docs/index.html | 2 +- package.json | 2 +- select2.jquery.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/component.json b/component.json index fe2c70d3..a6a38465 100644 --- a/component.json +++ b/component.json @@ -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" diff --git a/composer.json b/composer.json index d836738c..0ba0cd81 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "robloach/component-installer": "*", - "components/jquery": ">=1.7.1" + "components/jquery": ">=1.7.2" }, "extra": { "component": { diff --git a/docs/index.html b/docs/index.html index ecaa637b..4f72fb3e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@ slug: home

- Version 4.0.0 beta 1 + Version 4.0.0 beta 2

diff --git a/package.json b/package.json index 2fefe3fa..04e2525b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/select2.jquery.json b/select2.jquery.json index c939c30d..c70448d6 100644 --- a/select2.jquery.json +++ b/select2.jquery.json @@ -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" } }