diff --git a/README.md b/README.md index f18ce5b..ab1ce24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ angular-local-storage ===================== -An Angular module that gives you access to the browsers local storage, **v0.1.5** +An Angular module that gives you access to the browsers local storage, **v0.2.0** [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] diff --git a/bower.json b/bower.json index 6537e5f..64cd328 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-local-storage", - "version": "0.1.5", + "version": "0.2.0", "homepage": "http://gregpike.net/demos/angular-local-storage/demo.html", "authors": [ "grevory " diff --git a/dist/angular-local-storage.js b/dist/angular-local-storage.js index 788d3e7..644ad33 100644 --- a/dist/angular-local-storage.js +++ b/dist/angular-local-storage.js @@ -1,6 +1,6 @@ /** * An Angular module that gives you access to the browsers local storage - * @version v0.1.5 - 2015-05-10 + * @version v0.2.0 - 2015-05-10 * @link https://github.com/grevory/angular-local-storage * @author grevory * @license MIT License, http://www.opensource.org/licenses/MIT diff --git a/dist/angular-local-storage.min.js b/dist/angular-local-storage.min.js index 7b51473..462dd62 100644 --- a/dist/angular-local-storage.min.js +++ b/dist/angular-local-storage.min.js @@ -1,6 +1,6 @@ /** * An Angular module that gives you access to the browsers local storage - * @version v0.1.5 - 2015-05-10 + * @version v0.2.0 - 2015-05-10 * @link https://github.com/grevory/angular-local-storage * @author grevory * @license MIT License, http://www.opensource.org/licenses/MIT diff --git a/package.json b/package.json index 2c976ca..363804f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-local-storage", - "version": "0.1.5", + "version": "0.2.0", "description": "An Angular module that gives you access to the browsers local storage", "homepage": "https://github.com/grevory/angular-local-storage", "main": "./dist/angular-local-storage.js",