Updating version

This commit is contained in:
Colin McLeod
2015-05-05 01:13:31 -07:00
parent f418e7a6ae
commit ac9aa47f3a
4 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,6 @@
<div class="subtitle"> <div class="subtitle">
<div class="purpose" ng-bind="SP[s.properties.grp]"></div> <div class="purpose" ng-bind="SP[s.properties.grp]"></div>
</div> </div>
{{fCrd(s.properties.cost)}} <span class="ico ico-coin-dollar"></span> {{fCrd(s.properties.cost)}} <u>CR</u></span>
</a> </a>
</div> </div>

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis_shipyard", "name": "coriolis_shipyard",
"version": "0.1.0", "version": "0.2.0",
"authors": [ "authors": [
"Colin McLeod <colin@mcleod.eu>" "Colin McLeod <colin@mcleod.eu>"
], ],

View File

@@ -109,7 +109,7 @@ gulp.task('generateIndexHTML', function() {
.pipe(template({ .pipe(template({
version: pkg.version, version: pkg.version,
date : (new Date()).toLocaleDateString(), date : (new Date()).toLocaleDateString(),
uaTracking: process.env.CORIOLIS_UA_TRACKING uaTracking: process.env.CORIOLIS_UA_TRACKING || false
})) }))
.pipe(htmlmin({ .pipe(htmlmin({
'collapseBooleanAttributes': true, 'collapseBooleanAttributes': true,

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis_shipyard", "name": "coriolis_shipyard",
"version": "0.1.0", "version": "0.2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/cmmcleod/coriolis" "url": "https://github.com/cmmcleod/coriolis"