diff --git a/CHANGELOG.md b/CHANGELOG.md index f933350..5cfc4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -------------------------------------- diff --git a/bower.json b/bower.json index 5fe2934..bfe902d 100644 --- a/bower.json +++ b/bower.json @@ -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" @@ -24,4 +24,4 @@ "node_modules", "package.json" ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index 7fe7090..b4cffcc 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -33,4 +33,4 @@ "dependencies": { "classnames": "^2.2.0" } -} +} \ No newline at end of file