Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
grevory committed May 21, 2014
1 parent 4389885 commit 15d1fb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-local-storage",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "http://gregpike.net/demos/angular-local-storage/demo.html",
"authors": [
"grevory <greg@gregpike.ca>"
Expand All @@ -9,7 +9,11 @@
"main": "angular-local-storage.js",
"keywords": [
"AngularJS",
"Local Storage"
"Angular",
"Storage",
"Local Storage",
"Session",
"Cookie"
],
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-local-storage",
"version": "0.0.4",
"version": "0.0.5",
"description": "An Angular module that gives you access to the browsers local storage",
"main": "angular-local-storage.js",
"scripts": {
Expand Down

0 comments on commit 15d1fb4

Please sign in to comment.