diff --git a/README.md b/README.md index ac1b2c0e..014f566d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Getting Started ### Setup -Download [`es6-module-loader.js`](https://github.com/ModuleLoader/es6-module-loader/blob/v0.9.4/dist/es6-module-loader.js) and [`traceur.js`](https://raw.githubusercontent.com/jmcriffey/bower-traceur/0.0.72/traceur.js) and locate them in the same folder as `system.js` from this repo. +Download [`es6-module-loader.js`](https://github.com/ModuleLoader/es6-module-loader/blob/v0.11.0/dist/es6-module-loader.js) and [`traceur.js`](https://raw.githubusercontent.com/jmcriffey/bower-traceur/0.0.79/traceur.js) and locate them in the same folder as `system.js` from this repo. We then include `dist/system.js` with a script tag in the page. diff --git a/bower.json b/bower.json index b16c5d3d..fd2f4027 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "system.js", - "version": "0.10.1", + "version": "0.11.0", "main": "dist/system.js", "dependencies": { - "es6-module-loader": "~0.10.0", + "es6-module-loader": "~0.11.0", "traceur-runtime": "~0.0.79" }, "devDependencies": { diff --git a/dist/system-csp.src.js b/dist/system-csp.src.js index f18d3c9f..c218a739 100644 --- a/dist/system-csp.src.js +++ b/dist/system-csp.src.js @@ -1,5 +1,5 @@ /* - * SystemJS v0.10.0 + * SystemJS v0.11.0 */ (function($__global) { diff --git a/dist/system.src.js b/dist/system.src.js index 111de4cb..a343f385 100644 --- a/dist/system.src.js +++ b/dist/system.src.js @@ -1,5 +1,5 @@ /* - * SystemJS v0.10.0 + * SystemJS v0.11.0 */ (function($__global) { diff --git a/lib/banner.js b/lib/banner.js index 2e503431..920747e6 100644 --- a/lib/banner.js +++ b/lib/banner.js @@ -1,4 +1,4 @@ /* - * SystemJS v0.10.0 + * SystemJS v0.11.0 */ diff --git a/package.json b/package.json index ff210f08..ba2380ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemjs", - "version": "0.10.2", + "version": "0.11.0", "description": "System loader extension for flexible AMD & CommonJS support", "main": "dist/system.src.js", "repository": { @@ -10,7 +10,7 @@ "author": "Guy Bedford", "license": "MIT", "dependencies": { - "es6-module-loader": "~0.10.0" + "es6-module-loader": "~0.11.0" }, "devDependencies": { "qunit": "^0.6.2",