diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d37781..c70e0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.2.1 + +Updated React and React Router to v0.13.1 + # v0.2.0 Major changes: diff --git a/README.md b/README.md index de218dd..8b94f38 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Navigate to **http://localhost:8080/** to view the app. ## Dependencies -- [react v0.12](http://facebook.github.io/react/) -- [react-router v0.12](https://github.com/rackt/react-router) +- [react](http://facebook.github.io/react/) +- [react-router](https://github.com/rackt/react-router) ### Dev diff --git a/package.json b/package.json index f0f3346..9d49dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "essential-react", - "version": "0.2.0", + "version": "0.2.1", "description": "A minimal skeleton for building testable React apps using ES6.", "main": "src/main.jsx", "scripts": {