Skip to content

Commit

Permalink
Stable Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jul 7, 2015
1 parent 2a9bda1 commit 28d2ad6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/jmdobry/cachefactory",
"repository": {
"type": "git",
"url": "https://github.com/jmdobry/cachefactory.git"
"url": "https://github.com/jmdobry/CacheFactory.git"
},
"main": "./dist/cachefactory.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/cachefactory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* cachefactory
* @version 1.0.0 - Homepage <http://jmdobry.github.io/cachefactory/>
* @version 1.0.1 - Homepage <http://jmdobry.github.io/cachefactory/>
* @author Jason Dobry <jason.dobry@gmail.com>
* @copyright (c) 2013-2015 Jason Dobry
* @license MIT <https://github.com/jmdobry/cachefactory/blob/master/LICENSE>
Expand Down
2 changes: 1 addition & 1 deletion dist/cachefactory.min.js

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cachefactory",
"description": "CacheFactory is a very simple and useful cache for the browser.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "http://jmdobry.github.io/cachefactory/",
"main": "dist/cachefactory.js",
"repository": {
"type": "git",
"url": "https://github.com/jmdobry/cachefactory.git"
"url": "https://github.com/jmdobry/CacheFactory.git"
},
"author": {
"name": "Jason Dobry",
Expand Down Expand Up @@ -51,6 +51,6 @@
"test": "grunt test"
},
"dependencies": {
"yabh": "^1.0.1"
"yabh": "1.0.1"
}
}

0 comments on commit 28d2ad6

Please sign in to comment.