Skip to content

Commit 9e30e7e

Browse files
Ready for bower and version 0.1.1
1 parent 44806c2 commit 9e30e7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-async-loader",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"homepage": "https://github.com/kristianbenoit/angular-async-loader",
55
"authors": [
66
"Kristian Benoit <[email protected]>"

dist/angular-async-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// angular-async-loader - v0.1.0
1+
// angular-async-loader - v0.1.1
22

33
/**
44
* @license angular-async-loader

dist/angular-async-loader.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "angular-async-loader",
44
"description": "Load angular modules and their dependencies asynchronously",
55
"repository": "[email protected]:kristianbenoit/angular-async-loader.git",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"dependencies": {},
88
"devDependencies": {
99
"grunt": "~0.4.0",

0 commit comments

Comments
 (0)