diff --git a/README.md b/README.md index 901be927c3..d149ba5807 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.1?](#changelog) +Jump to [What's new in 2.3.2?](#changelog) A boilerplate for **Node.js** web applications. @@ -1191,6 +1191,10 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se Changelog --------- +### 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 + ### 2.3.1 (July 15, 2014) - Migrated to Nodemailer 1.0 diff --git a/package.json b/package.json index 5b2829532a..dae55ce1b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.3.1", + "version": "2.3.2", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git" diff --git a/views/partials/footer.jade b/views/partials/footer.jade index b071b624fe..aabf3f6d4a 100644 --- a/views/partials/footer.jade +++ b/views/partials/footer.jade @@ -3,10 +3,6 @@ footer p.pull-left © 2014 Company, Inc. All Rights Reserved ul.pull-right.list-inline li - a(href='https://github.com/sahat/hackathon-starter') - span.ion-fork-repo - | GitHub Project + a(href='https://github.com/sahat/hackathon-starter') GitHub Project li - a(href='https://github.com/sahat/hackathon-starter/issues') - span.ion-alert - | Issues + a(href='https://github.com/sahat/hackathon-starter/issues') Issues \ No newline at end of file