From 5311586aa58785442abdd71eb3e826f93ad68d64 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 18 Aug 2014 00:02:20 +0100 Subject: [PATCH] bumping version --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d3c4e40..07ec7cd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-locker", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/tymondesigns/angular-locker", "authors": ["Sean Tymon "], "description": "A simple abstraction for local/session storage in angular projects.", diff --git a/package.json b/package.json index 2294995..dfae12a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-locker", - "version": "0.3.0", + "version": "0.3.1", "description": "A simple & configurable abstraction for local/session storage in angular projects", "author": "@tymondesigns", "license": "MIT",