diff --git a/README.md b/README.md index 6aa79d9a99..d19cb02ec9 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?](#changelog) +Jump to [What's new in 2.3.1?](#changelog) A boilerplate for **Node.js** web applications. @@ -1191,6 +1191,9 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se Changelog --------- +### 2.3.1 (July 15, 2014) +- Migrated to Nodemailer 1.0 + ### 2.3 (July 2, 2014) - Bootstrap 3.2 - New default theme diff --git a/package.json b/package.json index 74da8b987a..04b30f0116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.3.0", + "version": "2.3.1", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"