diff --git a/README.md b/README.md index 1a570b2d70..f8cfdbe162 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hackathon Starter [![Dependency Status](https://david-dm.org/sahat/hackathon-sta :octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com -Jump to [What's new in 2.3.2?](#changelog) +Jump to [What's new in 2.3.3?](#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.3.3 (September 1, 2014) +- Use *https* (instead of http) profile image URL with Twitter authentication + ### 2.3.2 (July 28, 2014) - Fixed an issue with connect-assets when running `app.js` from an outside folder - Temporarily disabled `setup.js` on Windows platform until [blessed](https://github.com/chjj/blessed) fixes its problems diff --git a/package.json b/package.json index 4a5c646dc8..82672f7e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.3.2", + "version": "2.3.3", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"