From 2c3a84cf065f322249b59eb4c28f8a465eb1089c Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Sun, 9 Aug 2015 22:53:45 +1000 Subject: [PATCH] v0.6.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5e2b5b68db..84a14946a0 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-select", "main": "dist/react-select.min.js", - "version": "0.6.0", + "version": "0.6.1", "homepage": "https://github.com/JedWatson/react-select", "authors": [ "Jed Watson" diff --git a/package.json b/package.json index b25b586136..a2c18aab85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "0.6.0", + "version": "0.6.1", "description": "A Select control built with and for ReactJS", "main": "lib/Select.js", "author": "Jed Watson",