diff --git a/bower.json b/bower.json index f0ddd20..765eeb4 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,7 @@ "dependencies": { "aurelia-binding": "0.1.2", "aurelia-dependency-injection": "0.1.1", - "aurelia-templating": "0.3.0", + "aurelia-templating": "0.3.1", "es6-shim": "0.21.1" } } \ No newline at end of file diff --git a/config.js b/config.js index a250477..e64ffb1 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,7 @@ System.config({ "map": { "aurelia-binding": "github:aurelia/binding@0.1.2", "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.1.1", - "aurelia-templating": "github:aurelia/templating@0.3.0", + "aurelia-templating": "github:aurelia/templating@0.3.1", "es6-shim": "github:paulmillr/es6-shim@0.21.1", "github:aurelia/binding@0.1.2": { "aurelia-metadata": "github:aurelia/metadata@0.1.1", @@ -24,14 +24,14 @@ System.config({ "es6-shim": "github:paulmillr/es6-shim@0.21.1", "webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.2" }, - "github:aurelia/templating@0.3.0": { + "github:aurelia/templating@0.3.1": { "aurelia-binding": "github:aurelia/binding@0.1.2", "aurelia-dependency-injection": "github:aurelia/dependency-injection@0.1.1", "aurelia-html-template-element": "github:aurelia/html-template-element@0.1.1", "aurelia-loader": "github:aurelia/loader@0.2.0", "aurelia-logging": "github:aurelia/logging@0.1.1", "aurelia-metadata": "github:aurelia/metadata@0.1.1", - "aurelia-path": "github:aurelia/path@0.2.2", + "aurelia-path": "github:aurelia/path@0.3.0", "aurelia-task-queue": "github:aurelia/task-queue@0.1.1", "es6-shim": "github:paulmillr/es6-shim@0.21.1" } diff --git a/package.json b/package.json index 4df517a..4562516 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "aurelia-binding": "^0.1.2", "aurelia-dependency-injection": "^0.1.1", - "aurelia-templating": "^0.3.0", + "aurelia-templating": "^0.3.1", "es6-shim": "github:paulmillr/es6-shim@^0.21.1" } },