diff --git a/README.md b/README.md index b1b5bf718d..c4c4549008 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hackathon Starter [![Dependency Status](http://img.shields.io/gemnasium/sahat/ha :octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com -Jump to [What's new in 2.2?](#changelog) +Jump to [What's new in 2.2.1?](#changelog) A boilerplate for **Node.js** web applications. @@ -1186,6 +1186,9 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se Changelog --------- +### 2.2.1 (June 17, 2014) +- Added IBM Codename: BlueMix deployment instructions + ### 2.2 (June 6, 2014) - Use Lodash instead of Underscore.js - Replaced all occurences of `_.findWhere` with `_.find` diff --git a/package.json b/package.json index 684cbf5ed6..318c62af6b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.2.0", + "version": "2.2.1", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"