Skip to content

Commit 04f97d0

Browse files
committed
update Version
1 parent 1f51770 commit 04f97d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/cache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Cache.js v0.0.5
3-
* (c) 2019-01-11 Xinyu Peng
2+
* Cache.js v0.0.6
3+
* (c) 2021-10-28 Xinyu Peng
44
*/
55

66
; (function (global, factory) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-lib",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"browser": "dist/cache.min.js",
55
"main": "src/cache.js",
66
"description": "cache.js 是一个轻量级的 JS 库,对 `localStorage`、`sessionStorage`进行了扩展,增加了序列化方法和过期时间。可以直接存取JSON对象、设置过期时间。",

src/cache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Cache.js v0.0.5
3-
* (c) 2019-01-11 Xinyu Peng
2+
* Cache.js v0.0.6
3+
* (c) 2021-10-28 Xinyu Peng
44
*/
55

66
; (function (global, factory) {

0 commit comments

Comments
 (0)