diff --git a/README.md b/README.md index 2790260eb7..6f77b5cc1a 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.1.2?](#changelog) +Jump to [What's new in 2.1.3?](#changelog) A boilerplate for **Node.js** web applications. @@ -1134,6 +1134,11 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus Changelog --------- +### 2.1.2 (June 2, 2014) +- Font Awesome 4.1 +- Updated icons on some API examples +- Use LESS files for *bootstrap-social* and *font-awesome* + ### 2.1.2 (June 2, 2014) - Improved Twilio API example - Updated dependencies diff --git a/package.json b/package.json index aa5c4d9850..d8055abe28 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.1.2", + "version": "2.1.3", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"