diff --git a/bower.json b/bower.json index 3877a5c..0c3539f 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index 9c69a22..1ca994a 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", diff --git a/routes/web.js b/routes/web.js index e5a59d2..bdb1bd2 100644 --- a/routes/web.js +++ b/routes/web.js @@ -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);