Skip to content

Commit 5720af7

Browse files
author
Marcos Lin
committed
Created v0.2.0 based on v0.2.0-rc.1
1 parent d9b3327 commit 5720af7

7 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angularAMD v0.2.0-rc.1 [![Build Status](https://travis-ci.org/marcoslin/angularAMD.png)](https://travis-ci.org/marcoslin/angularAMD)
1+
angularAMD v0.2.0 [![Build Status](https://travis-ci.org/marcoslin/angularAMD.png)](https://travis-ci.org/marcoslin/angularAMD)
22
==========
33
angularAMD is an utility that facilitate the use of RequireJS in AngularJS applications supporting on-demand loading
44
of 3rd party modules such as [angular-ui](git@github.com:marcoslin/bower-angularAMD.git).
@@ -10,9 +10,8 @@ Installation
1010
bower install angularAMD
1111

1212
### cdn
13-
//cdn.jsdelivr.net/angular.amd/0.1.1/angularAMD.min.js
13+
//cdn.jsdelivr.net/angular.amd/0.2.0/angularAMD.min.js
1414

15-
_*Note*: Release Candidate versions not distributed._
1615

1716
Usage
1817
==========

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "angularAMD",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"dependencies": {
5-
"angular": "1.2.16",
6-
"angular-route": "1.2.16",
7-
"angular-animate": "1.2.16",
8-
"angular-mocks": "1.2.16",
5+
"angular": "1.2.20",
6+
"angular-route": "1.2.20",
7+
"angular-animate": "1.2.20",
8+
"angular-mocks": "1.2.20",
99
"angular-ui-bootstrap-bower": "~0.6.0",
1010
"requirejs": "~2.1.9",
1111
"requirejs-plugins": "~1.0.2",

dist/angularAMD.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
angularAMD v0.2.0-rc.1
2+
angularAMD v0.2.0
33
(c) 2013-2014 Marcos Lin https://github.com/marcoslin/
44
License: MIT
55
*/

dist/angularAMD.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ngload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
angularAMD v0.2.0-rc.1
2+
angularAMD v0.2.0
33
(c) 2013-2014 Marcos Lin https://github.com/marcoslin/
44
License: MIT
55
*/

dist/ngload.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-rc.1
1+
0.2.0

0 commit comments

Comments
 (0)