Skip to content

Commit

Permalink
version bump to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltace committed Apr 16, 2015
1 parent ba6f133 commit d6ee57f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-cookies",
"main": "browser-cookies.js",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/voltace/browser-cookies",
"authors": [
"Voltace <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/browser-cookies.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ exports.erase = function(name, options) {
httponly: false}
);
};
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-cookies",
"description": "Tiny cookies library for the browser",
"version": "1.0.4",
"version": "1.0.5",
"main": "browser-cookies.js",
"files": [
"browser-cookies.js",
Expand Down

0 comments on commit d6ee57f

Please sign in to comment.