diff --git a/README.md b/README.md index 93b5dcc4c9..7e598fad52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Alt](https://lh4.googleusercontent.com/-PVw-ZUM9vV8/UuWeH51os0I/AAAAAAAAD6M/0Ikg7viJftQ/w1286-h566-no/hackathon-starter-logo.jpg) -Hackathon Starter 2.1 [![Dependency Status](http://img.shields.io/gemnasium/sahat/hackathon-starter.svg?style=flat)](https://gemnasium.com/sahat/hackathon-starter) [![Build Status](http://img.shields.io/travis/sahat/hackathon-starter.svg?style=flat)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon) +Hackathon Starter 2.1.1 [![Dependency Status](http://img.shields.io/gemnasium/sahat/hackathon-starter.svg?style=flat)](https://gemnasium.com/sahat/hackathon-starter) [![Build Status](http://img.shields.io/travis/sahat/hackathon-starter.svg?style=flat)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon) ======================= @@ -8,7 +8,7 @@ Hackathon Starter 2.1 [![Dependency Status](http://img.shields.io/gemnasium/saha -Jump to [What's new in 2.1?](#changelog) +Jump to [What's new in 2.1.1?](#changelog) A boilerplate for **Node.js** web applications. @@ -1138,6 +1138,11 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus Changelog --------- +### 2.1.1 (May 29, 2014) +- Added **Compose new Tweet** to Twitter API example +- Fixed email service indentation +- Fixed Mailgun and Mandrill secret.js properties (`user` instead of `login`) + ### 2.1 (May 13, 2014) - New and improved generator - **setup.js** - Added Yahoo API diff --git a/package.json b/package.json index 7ccfa0661c..ed62ef7612 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.1.0", + "version": "2.1.1", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"