diff --git a/README.md b/README.md index a66bdaa..c9adcc4 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.3.0.zip) and put in your website, it will work too! +- Or if you want to [download the lastest release](https://github.com/pedronauck/react-simpletabs/archive/v0.3.1.zip) and put in your website, it will work too! **NOTICE:** You need just one thing to make the component work. Put the [base component style](./dist/react-simpletabs.css) at the `
` tag. If you don't wanna use the `.css` extension, you can get the `.styl` or `.scss` extension at the folder `./lib`. diff --git a/bower.json b/bower.json index 0305eef..0339194 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-simpletabs", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/pedronauck/react-simpletabs", "authors": [ "Pedro Nauck (https://github.com/pedronauck)" diff --git a/package.json b/package.json index f2d7fc7..07420ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simpletabs", - "version": "0.3.0", + "version": "0.3.1", "description": "Just a simple tabs component built with React", "author": { "name": "Pedro Nauck",