Compare commits

..

2 Commits
1.5.3 ... 1.5.4

Author SHA1 Message Date
Colin McLeod
c2d8cad249 Bumping version to 1.5.4 2015-09-04 17:31:08 -07:00
Colin McLeod
e9ffe5baec Fix to Russian language name 2015-09-04 17:30:41 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ angular.module('app').config(['$translateProvider', function($translateProvider)
de: 'Deutsh',
//es: 'Español',
fr: 'Français',
ru: 'ру́сский язы́к'
ru: 'ру́сский'
});

View File

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