Skip to content

Commit 28d2ad6

Browse files
committed
Stable Version 1.0.1
1 parent 2a9bda1 commit 28d2ad6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/jmdobry/cachefactory",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/jmdobry/cachefactory.git"
8+
"url": "https://github.com/jmdobry/CacheFactory.git"
99
},
1010
"main": "./dist/cachefactory.js",
1111
"keywords": [

dist/cachefactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* cachefactory
3-
* @version 1.0.0 - Homepage <http://jmdobry.github.io/cachefactory/>
3+
* @version 1.0.1 - Homepage <http://jmdobry.github.io/cachefactory/>
44
* @author Jason Dobry <[email protected]>
55
* @copyright (c) 2013-2015 Jason Dobry
66
* @license MIT <https://github.com/jmdobry/cachefactory/blob/master/LICENSE>

dist/cachefactory.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "cachefactory",
33
"description": "CacheFactory is a very simple and useful cache for the browser.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "http://jmdobry.github.io/cachefactory/",
66
"main": "dist/cachefactory.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/jmdobry/cachefactory.git"
9+
"url": "https://github.com/jmdobry/CacheFactory.git"
1010
},
1111
"author": {
1212
"name": "Jason Dobry",
@@ -51,6 +51,6 @@
5151
"test": "grunt test"
5252
},
5353
"dependencies": {
54-
"yabh": "^1.0.1"
54+
"yabh": "1.0.1"
5555
}
5656
}

0 commit comments

Comments
 (0)