diff --git a/bower.json b/bower.json index 4ea17cf8fa..e163e41caf 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-select", "main": "dist/react-select.min.js", - "version": "0.5.5", + "version": "0.5.6", "homepage": "https://github.com/JedWatson/react-select", "authors": [ "Jed Watson" diff --git a/package.json b/package.json index 3aa52cc915..61942e07f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "0.5.5", + "version": "0.5.6", "description": "A Select control built with and for ReactJS", "main": "lib/Select.js", "author": "Jed Watson",