From 9d6752e3eabfe710d4176c132b9cf0cc6ec44754 Mon Sep 17 00:00:00 2001
From: Kevin Brown
Date: Sun, 1 Mar 2015 21:30:37 -0500
Subject: [PATCH] Bumping version numbers for rc.1 release
---
component.json | 2 +-
docs/index.html | 2 +-
package.json | 2 +-
select2.jquery.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/component.json b/component.json
index 8f2ece38..1691ef44 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.3",
+ "version": "4.0.0-rc.1",
"demo": "https://select2.github.io/",
"keywords": [
"jquery"
diff --git a/docs/index.html b/docs/index.html
index 0dd792dd..d6ca7f62 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -21,7 +21,7 @@ slug: home
- Version 4.0.0-beta.3
+ Version 4.0.0-rc.1
diff --git a/package.json b/package.json
index 180f7a74..62ef416f 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
],
"license": "MIT",
"main": "dist/js/select2.js",
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-rc.1",
"jspm": {
"main": "js/select2",
"directories": {
diff --git a/select2.jquery.json b/select2.jquery.json
index d97c7db8..f940ab28 100644
--- a/select2.jquery.json
+++ b/select2.jquery.json
@@ -11,7 +11,7 @@
"tag",
"tagging"
],
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-rc.1",
"author": {
"name": "Kevin Brown",
"url": "https://github.com/kevin-brown"