diff --git a/Gruntfile.js b/Gruntfile.js index 3c1ca4f..4831510 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,12 +9,6 @@ module.exports = function(grunt) { replace: 'grunt-text-replace' }); - // For smarter date formatting. - var moment = require('moment'), - formatDate = function() { - return moment().format('YYYYMMDD'); - }; - grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), @@ -188,9 +182,6 @@ module.exports = function(grunt) { replacements: [{ from: '{{VERSION}}', to: '<%= pkg.version %>' - }, { - from: '{{TIMESTAMP}}', - to: formatDate() }] } }, diff --git a/bower.json b/bower.json index 099d42b..f6fcb96 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "diplomacy", - "version": "0.0.6", + "version": "1.0.0", "authors": [ "Will Oram " ], diff --git a/client/index.html b/client/index.html index 7b9df80..445b9d9 100755 --- a/client/index.html +++ b/client/index.html @@ -82,7 +82,7 @@
diff --git a/package.json b/package.json index a046350..e552c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dipl.io", - "version": "0.1.0", + "version": "1.0.0", "description": "The modern, responsive Droidippy frontend for Diplomacy games", "main": "index.html", "devDependencies": {