diff --git a/README.md b/README.md index 0376ddc..7c2d7e8 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.5.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.5.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 d8a20ea..39ecd79 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-simpletabs", - "version": "0.5.0", + "version": "0.5.1", "homepage": "https://github.com/pedronauck/react-simpletabs", "authors": [ "Pedro Nauck (https://github.com/pedronauck)" diff --git a/dist/react-simpletabs.css b/dist/react-simpletabs.css index 55531c3..a53f883 100644 --- a/dist/react-simpletabs.css +++ b/dist/react-simpletabs.css @@ -1,7 +1,7 @@ /*! * * React Simpletabs - Just a simple tabs component built with React - * @version v0.5.0 + * @version v0.5.1 * @link https://github.com/pedronauck/react-simpletabs * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/dist/react-simpletabs.js b/dist/react-simpletabs.js index a1199d3..b09eea5 100644 --- a/dist/react-simpletabs.js +++ b/dist/react-simpletabs.js @@ -1,7 +1,7 @@ /*! * * React Simpletabs - Just a simple tabs component built with React - * @version v0.5.0 + * @version v0.5.1 * @link https://github.com/pedronauck/react-simpletabs * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/dist/react-simpletabs.min.css b/dist/react-simpletabs.min.css index 614bd4c..a2fd5eb 100644 --- a/dist/react-simpletabs.min.css +++ b/dist/react-simpletabs.min.css @@ -1,7 +1,7 @@ /*! * * React Simpletabs - Just a simple tabs component built with React - * @version v0.5.0 + * @version v0.5.1 * @link https://github.com/pedronauck/react-simpletabs * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/dist/react-simpletabs.min.js b/dist/react-simpletabs.min.js index 5c4469d..0f2f2f4 100644 --- a/dist/react-simpletabs.min.js +++ b/dist/react-simpletabs.min.js @@ -1,7 +1,7 @@ /*! * * React Simpletabs - Just a simple tabs component built with React - * @version v0.5.0 + * @version v0.5.1 * @link https://github.com/pedronauck/react-simpletabs * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/package.json b/package.json index 5cccf00..5004fc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simpletabs", - "version": "0.5.0", + "version": "0.5.1", "description": "Just a simple tabs component built with React", "author": { "name": "Pedro Nauck",