Skip to content

Commit

Permalink
v1.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Dec 28, 2015
1 parent 3035f6a commit 15b925d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "store",
"version" : "1.3.19",
"version" : "1.3.20",
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
"main" : "store.js",
"scripts" : [ "store.js" ]
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": "store",
"version": "1.3.19",
"version": "1.3.20",
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
"main": "store.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion store+json2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion store.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
storage

store.disabled = false
store.version = '1.3.19'
store.version = '1.3.20'
store.set = function(key, value) {}
store.get = function(key, defaultVal) {}
store.has = function(key) { return store.get(key) !== undefined }
Expand Down
2 changes: 1 addition & 1 deletion store.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15b925d

Please sign in to comment.