Skip to content

Commit

Permalink
Created v0.2.0 based on v0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Lin committed Jul 23, 2014
1 parent d9b3327 commit 5720af7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angularAMD v0.2.0-rc.1 [![Build Status](https://travis-ci.org/marcoslin/angularAMD.png)](https://travis-ci.org/marcoslin/angularAMD)
angularAMD v0.2.0 [![Build Status](https://travis-ci.org/marcoslin/angularAMD.png)](https://travis-ci.org/marcoslin/angularAMD)
==========
angularAMD is an utility that facilitate the use of RequireJS in AngularJS applications supporting on-demand loading
of 3rd party modules such as [angular-ui]([email protected]:marcoslin/bower-angularAMD.git).
Expand All @@ -10,9 +10,8 @@ Installation
bower install angularAMD

### cdn
//cdn.jsdelivr.net/angular.amd/0.1.1/angularAMD.min.js
//cdn.jsdelivr.net/angular.amd/0.2.0/angularAMD.min.js

_*Note*: Release Candidate versions not distributed._

Usage
==========
Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angularAMD",
"version": "0.1.0",
"version": "0.2.0",
"dependencies": {
"angular": "1.2.16",
"angular-route": "1.2.16",
"angular-animate": "1.2.16",
"angular-mocks": "1.2.16",
"angular": "1.2.20",
"angular-route": "1.2.20",
"angular-animate": "1.2.20",
"angular-mocks": "1.2.20",
"angular-ui-bootstrap-bower": "~0.6.0",
"requirejs": "~2.1.9",
"requirejs-plugins": "~1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion dist/angularAMD.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
angularAMD v0.2.0-rc.1
angularAMD v0.2.0
(c) 2013-2014 Marcos Lin https://github.com/marcoslin/
License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angularAMD.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ngload.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
angularAMD v0.2.0-rc.1
angularAMD v0.2.0
(c) 2013-2014 Marcos Lin https://github.com/marcoslin/
License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/ngload.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-rc.1
0.2.0

0 comments on commit 5720af7

Please sign in to comment.