2 Commits b80e21fc2e ... cc749c6402

Author SHA1 Message Date
  Herby Vojčík cc749c6402 scaffolding: bump version to 0.23.9 4 years ago
  Herby Vojčík 37e570d37a scaffolding: fix 4 years ago
2 changed files with 2 additions and 2 deletions
  1. 1 1
      grunt-init-project/package.json
  2. 1 1
      grunt-init-project/template.js

+ 1 - 1
grunt-init-project/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ambers/grunt-init-amber-project",
-  "version": "0.23.8",
+  "version": "0.23.9",
   "description": "grunt-init template for amber project",
   "main": "template.js",
   "scripts": {

+ 1 - 1
grunt-init-project/template.js

@@ -127,7 +127,7 @@ exports.template = function (grunt, init, done) {
             "@ambers/ide-starter-modal": "^0.2.0",
             "@ambers/sdk": "^0.12.1",
             "@ambers/contrib-legacy": "^0.8.0",
-            "@ambers/helios": "^0.11.0",
+            "@ambers/helios": "^0.11.2",
             "grunt": "^1.0.3",
             "grunt-contrib-clean": "^1.1.0",
             "grunt-contrib-requirejs": "^1.0.0",