Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 24d661f

Browse files
committed
chore(*): release 0.2.0
1 parent d7dcd28 commit 24d661f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

angular-load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* angular-load.js / v0.1.2 / (c) 2014 Uri Shaked / MIT Licence */
1+
/* angular-load.js / v0.2.0 / (c) 2014 Uri Shaked / MIT Licence */
22

33
(function () {
44
'use strict';

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-load",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
55
"author": "Uri Shaked",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-load",
33
"main": "angular-load.js",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"repository": {
66
"type": "git",
77
"url": "http://github.com/urish/angular-load.git"

0 commit comments

Comments
 (0)