From 6408eb1b6eed13fd53d616f2fd2835d174e572b5 Mon Sep 17 00:00:00 2001 From: jrburke Date: Wed, 22 Nov 2017 15:19:28 -0800 Subject: [PATCH] Rev to 1.2.1 --- alameda.js | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alameda.js b/alameda.js index 5d5afa2..44b4f3f 100644 --- a/alameda.js +++ b/alameda.js @@ -1,5 +1,5 @@ /** - * @license alameda 1.2.0 Copyright jQuery Foundation and other contributors. + * @license alameda 1.2.1 Copyright jQuery Foundation and other contributors. * Released under MIT license, https://github.com/requirejs/alameda/blob/master/LICENSE */ // Going sloppy because loader plugin execs may depend on non-strict execution. diff --git a/bower.json b/bower.json index e4b1e5b..c04a457 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "alameda", - "version": "1.2.0", + "version": "1.2.1", "ignore": [ ".gitignore", ".npmignore", diff --git a/package.json b/package.json index 5deb775..2b615b9 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.2.0", + "version": "1.2.1", "homepage": "http://github.com/requirejs/alameda", "author": "James Burke (http://github.com/jrburke)", "license": "MIT",