Browse Source

scaffolding: bump sdk

Herby Vojčík 5 years ago
parent
commit
0cd2bca087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      grunt-init-project/template.js

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

@@ -119,7 +119,7 @@ exports.template = function (grunt, init, done) {
             "es6-promise": "^4.2.4"
         };
         props.devDependencies = {
-            "@ambers/sdk": "^0.10.6",
+            "@ambers/sdk": "^0.10.7",
             "grunt": "1.0.1",
             "grunt-contrib-clean": "^1.1.0",
             "grunt-contrib-requirejs": "^1.0.0",