From 4947c2950d871df17364c96baaa9962cf6d59553 Mon Sep 17 00:00:00 2001
From: Igor Vaynberg <igor.vaynberg@gmail.com>
Date: Thu, 27 Jun 2013 18:02:10 -0700
Subject: [PATCH] modified version identifiers in descriptors for release 3.4.1

---
 component.json      | 2 +-
 select2.jquery.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/component.json b/component.json
index 4c7337f7..ec475661 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
     "name": "select2",
-    "version": "3.4.0",
+    "version": "3.4.1",
     "main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"],
     "dependencies": {
         "jquery": ">= 1.7.1"
diff --git a/select2.jquery.json b/select2.jquery.json
index b9b114d6..af9cab7f 100644
--- a/select2.jquery.json
+++ b/select2.jquery.json
@@ -11,7 +11,7 @@
         "tag",
         "tagging"
     ],
-    "version": "3.4.0",
+    "version": "3.4.1",
     "author": {
         "name": "Igor Vaynberg",
         "url": "https://github.com/ivaynberg"