Skip to content

Commit 15d1fb4

Browse files
committed
Updated version
1 parent 4389885 commit 15d1fb4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bower.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-local-storage",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"homepage": "http://gregpike.net/demos/angular-local-storage/demo.html",
55
"authors": [
66
"grevory <greg@gregpike.ca>"
@@ -9,7 +9,11 @@
99
"main": "angular-local-storage.js",
1010
"keywords": [
1111
"AngularJS",
12-
"Local Storage"
12+
"Angular",
13+
"Storage",
14+
"Local Storage",
15+
"Session",
16+
"Cookie"
1317
],
1418
"license": "MIT",
1519
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-local-storage",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "An Angular module that gives you access to the browsers local storage",
55
"main": "angular-local-storage.js",
66
"scripts": {

0 commit comments

Comments
 (0)