Skip to content

Commit 6263ea9

Browse files
committed
change to version v0.1.0
1 parent 11f7fb6 commit 6263ea9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Installing this component is very easy and it has just one dependency: [React](h
2424
$ bower install --save react-simpletabs
2525
```
2626

27-
- 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:
27+
- 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:
2828

2929
Then you're done!
3030

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simpletabs",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/pedronauck/react-simpletabs",
55
"authors": [
66
"Pedro Nauck <[email protected]> (https://github.com/pedronauck)"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simpletabs",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "Just a simple tabs component built with React",
55
"author": "Pedro Nauck <[email protected]> (https://github.com/pedronauck)",
66
"bugs": {

0 commit comments

Comments
 (0)