Skip to content

Commit

Permalink
0.14 Release
Browse files Browse the repository at this point in the history
* Released 0.14.0
  • Loading branch information
aneesh-neelam committed Mar 2, 2015
1 parent a92d3b6 commit 0784799
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VITacademics",
"version": "0.13.44",
"version": "0.14.0",
"description": "VITacademics Backend and Web App",
"bugs": {
"url": "https://github.com/aneesh-neelam/VITacademics/issues",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VITacademics",
"version": "0.13.44",
"version": "0.14.0",
"description": "VITacademics Backend and Web App",
"homepage": "https://vitacademics-dev.herokuapp.com/",
"bugs": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"cookie": "0.1.2",
"cookie-parser": "1.3.4",
"ejs": "2.3.1",
"express": "4.12.0",
"express": "4.12.1",
"express-mongo-db": "1.0.0",
"jackrabbit": "3.0.8",
"memory-cache": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion routes/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ router.get('/status', function (req, res) {
platform: process.platform,
arch: process.arch,
serverStatus: 'OK',
lastUpdated: '28th February 2015',
lastUpdated: '2nd March 2015',
googleAnalyticsToken: googleAnalyticsToken
};
res.render('status', status);
Expand Down

0 comments on commit 0784799

Please sign in to comment.