mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
Updating version
This commit is contained in:
@@ -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>
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis_shipyard",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"authors": [
|
||||
"Colin McLeod <colin@mcleod.eu>"
|
||||
],
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis_shipyard",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cmmcleod/coriolis"
|
||||
|
||||
Reference in New Issue
Block a user