diff --git a/alameda.js b/alameda.js index 25b4fcf..3f2f384 100644 --- a/alameda.js +++ b/alameda.js @@ -1,5 +1,5 @@ /** - * @license alameda 1.0.0 Copyright jQuery Foundation and other contributors. + * @license alameda 1.1.0 Copyright jQuery Foundation and other contributors. * Released under MIT license, http://github.com/requirejs/alameda/LICENSE */ // Going sloppy because loader plugin execs may depend on non-strict execution. diff --git a/bower.json b/bower.json index 94eda88..6f9aa5f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "alameda", - "version": "1.0.0", + "version": "1.1.0", "ignore": [ ".gitignore", ".npmignore", diff --git a/package.json b/package.json index a9d0c80..310c757 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alameda", "description": "AMD loader, like requirejs, but with promises and for modern browsers", - "version": "1.0.0", + "version": "1.1.0", "homepage": "http://github.com/requirejs/alameda", "author": "James Burke (http://github.com/jrburke)", "license": "MIT",