diff --git a/app/views/page-shipyard.html b/app/views/page-shipyard.html
index e111809b..e3638afa 100644
--- a/app/views/page-shipyard.html
+++ b/app/views/page-shipyard.html
@@ -5,6 +5,6 @@
- {{fCrd(s.properties.cost)}}
+ {{fCrd(s.properties.cost)}} CR
\ No newline at end of file
diff --git a/bower.json b/bower.json
index 6f77376d..eb2d5624 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
- "version": "0.1.0",
+ "version": "0.2.0",
"authors": [
"Colin McLeod "
],
diff --git a/gulpfile.js b/gulpfile.js
index 73b1b2ba..a54d1d52 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -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,
diff --git a/package.json b/package.json
index 84f3ce79..dd52dfa6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
- "version": "0.1.0",
+ "version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"