Skip to content

Commit

Permalink
rev for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Mar 17, 2016
1 parent c0af6e1 commit d8ed5fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The r.js optimizer works well with alameda-based projects.

## Install

[Latest release information](https://github.com/requirejs/alameda/releases)

If using a package manager:

```
Expand Down
2 changes: 1 addition & 1 deletion alameda.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license alameda 0.3.2 Copyright jQuery Foundation and other contributors.
* @license alameda 1.0.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": "0.3.2",
"version": "1.0.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": "0.3.2",
"version": "1.0.0",
"homepage": "http://github.com/requirejs/alameda",
"author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
"license": "MIT",
Expand Down

0 comments on commit d8ed5fe

Please sign in to comment.