diff --git a/README.md b/README.md index ff85cad..2ecb1de 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Installing this component is very easy and it has just one dependency: [React](h $ bower install --save react-simpletabs ``` -- Or if you want to [download the lastest release](https://github.com/pedronauck/react-simpletabs/archive/v0.0.4.zip) and put in your website, it will work too! :smile_cat: +- Or if you want to [download the lastest release](https://github.com/pedronauck/react-simpletabs/archive/v0.1.0.zip) and put in your website, it will work too! :smile_cat: Then you're done! diff --git a/bower.json b/bower.json index 9170db3..4f39302 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-simpletabs", - "version": "0.0.4", + "version": "0.1.0", "homepage": "https://github.com/pedronauck/react-simpletabs", "authors": [ "Pedro Nauck (https://github.com/pedronauck)" diff --git a/package.json b/package.json index 36bd72b..af2faea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simpletabs", - "version": "0.0.4", + "version": "0.1.0", "description": "Just a simple tabs component built with React", "author": "Pedro Nauck (https://github.com/pedronauck)", "bugs": {