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="purpose" ng-bind="SP[s.properties.grp]"></div>
</div>
{{fCrd(s.properties.cost)}} <span class="ico ico-coin-dollar"></span>
{{fCrd(s.properties.cost)}} <u>CR</u></span>
</a>
</div>

View File

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

View File

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

View File

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