From 67f6ce3453756c39f70984335b737be41056ac42 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 1 Sep 2014 12:17:48 -0700 Subject: [PATCH] 2.3.3 --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"