diff --git a/angular-load.js b/angular-load.js index 4ba2c52..8f6436d 100644 --- a/angular-load.js +++ b/angular-load.js @@ -1,4 +1,4 @@ -/* angular-load.js / v0.1.2 / (c) 2014 Uri Shaked / MIT Licence */ +/* angular-load.js / v0.2.0 / (c) 2014 Uri Shaked / MIT Licence */ (function () { 'use strict'; diff --git a/bower.json b/bower.json index 067d0b9..021451f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-load", - "version": "0.1.2", + "version": "0.2.0", "description": "Dynamically load scripts and css stylesheets in your Angular.JS app", "author": "Uri Shaked", "license": "MIT", diff --git a/package.json b/package.json index fdcdc17..e7dbd1d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-load", "main": "angular-load.js", - "version": "0.1.2", + "version": "0.2.0", "repository": { "type": "git", "url": "http://github.com/urish/angular-load.git"