From d9b862468231f38f3b28775a9bc523e2dcec66a1 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Thu, 26 Oct 2017 18:22:26 -0400 Subject: [PATCH] bump for 4.0.6-rc.1 --- component.json | 2 +- package.json | 2 +- select2.jquery.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/component.json b/component.json index e5d55734..67cfb378 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.6-rc.0", + "version": "4.0.6-rc.1", "demo": "https://select2.org/", "keywords": [ "jquery" diff --git a/package.json b/package.json index 8aca6b51..ac0060f2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "src", "dist" ], - "version": "4.0.6-rc.0", + "version": "4.0.6-rc.1", "jspm": { "main": "js/select2", "directories": { diff --git a/select2.jquery.json b/select2.jquery.json index 7a21e8f9..d60f3e82 100644 --- a/select2.jquery.json +++ b/select2.jquery.json @@ -11,7 +11,7 @@ "tag", "tagging" ], - "version": "4.0.6-rc.0", + "version": "4.0.6-rc.1", "author": { "name": "Kevin Brown", "url": "https://github.com/kevin-brown"