From 6dcc4f1a58ff0a7b8a38f1d65f1caafe33b952e8 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Tue, 7 Oct 2014 01:13:50 +0300 Subject: [PATCH] fix(package): update npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9703306..c7057d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-local-storage", - "version": "0.1.0", + "version": "0.1.1", "description": "An Angular module that gives you access to the browsers local storage", "homepage": "https://github.com/grevory/angular-local-storage", "main": "angular-local-storage.js",