Skip to content

Commit

Permalink
Rev to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Sep 5, 2016
1 parent 16fbba5 commit 0069e87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alameda.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alameda",
"version": "1.0.0",
"version": "1.1.0",
"ignore": [
".gitignore",
".npmignore",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://github.com/jrburke)",
"license": "MIT",
Expand Down

0 comments on commit 0069e87

Please sign in to comment.