diff --git a/README.md b/README.md
index 3204330..9b37459 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,9 @@ If `grunt-jsxhint` is lacking a feature or if you found bug (or a typo in the RE
 
 
 ## Release History
+* 2014-08-14   v0.3.0   Improve error messages. Use locally installed react-tool. 
 * 2014-08-04   v0.2.0   Add check for /** @jsx React.DOM */. Upgrade react-tools.
 * 2014-07-15   v0.1.0   Stop transforming non jsx files.
 * 2014-07-12   v0.0.3   Use absolute version of grunt-contrib-jshint.
-* 2014-06-20   v0.0.2   Added MIT licence. Updated README.
+* 2014-06-20   v0.0.2   Add MIT licence. Update README.
 * 2014-06-19   v0.0.1   Initial version.
diff --git a/package.json b/package.json
index 683ebf3..a92ffec 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "grunt-jsxhint",
   "description": "jshint for jsx",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "homepage": "https://github.com/tillarnold/grunt-jsxhint",
   "author": "Till Arnold",
   "license" : "MIT",