Skip to content

Commit

Permalink
Bumped to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spamguy committed Apr 17, 2017
1 parent 05e8508 commit c368d9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down Expand Up @@ -188,9 +182,6 @@ module.exports = function(grunt) {
replacements: [{
from: '{{VERSION}}',
to: '<%= pkg.version %>'
}, {
from: '{{TIMESTAMP}}',
to: formatDate()
}]
}
},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diplomacy",
"version": "0.0.6",
"version": "1.0.0",
"authors": [
"Will Oram <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<div>
<footer>
v{{VERSION}}-{{TIMESTAMP}} |
v{{VERSION}} |
<a href="https://github.com/spamguy/dipl.io">dipl.io on GitHub</a> |
<a href="https://blog.dipl.io">dipl.io Blog</a>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c368d9b

Please sign in to comment.