Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Oct 22, 2015
1 parent 35d6109 commit 5b95a8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.0 - Thu, 22 Oct 2015 07:20:40 GMT
--------------------------------------

- [35d6109](../../commit/35d6109) [added] support for react@0.14.0


v0.1.2 - Tue, 14 Jul 2015 04:52:52 GMT
--------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flipcard",
"version": "0.1.2",
"version": "0.2.0",
"homepage": "https://github.com/mzabriskie/react-flipcard",
"authors": [
"Matt Zabriskie"
Expand All @@ -24,4 +24,4 @@
"node_modules",
"package.json"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flipcard",
"version": "0.1.2",
"version": "0.2.0",
"description": "React flip card component",
"main": "lib/main.js",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
"dependencies": {
"classnames": "^2.2.0"
}
}
}

0 comments on commit 5b95a8d

Please sign in to comment.