Skip to content

Commit 45711c7

Browse files
committed
update version
1 parent 84ba164 commit 45711c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fastore - v1.0.5 (under MIT)
1+
# fastore - v1.0.6 (under MIT)
22
A light-weight package of `localStorage` and `sessionStorage`
33

44
![Build](https://img.shields.io/badge/build-passing-green.svg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastore",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A localStorage wrapper, lightweight, fast, simple to use.",
55
"main": "src/storage.js",
66
"module": "src/storage.js",

zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fastore - v1.0.5 (under MIT)
1+
# fastore - v1.0.6 (under MIT)
22
一个封装 localStorage 及 sessionStorage 的轻量级、快速易用的库。
33

44
![Build](https://img.shields.io/badge/build-passing-green.svg)

0 commit comments

Comments
 (0)