From e67092ce8eb94948530dab6363ede2740a091f5f Mon Sep 17 00:00:00 2001 From: Mark Fayngersh Date: Sat, 21 Mar 2015 09:55:55 -0400 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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": {