Skip to content

Commit

Permalink
Created readme
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
julienetie committed Feb 13, 2024
1 parent 013ec35 commit 7e310a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A more practical alternative to [localStorage](https://developer.mozilla.org/en-
- Set and get single or multiple entries
- Delete single, multiple or all entries
- No versioning
- 2.38KB minified | 783 bytes _(brotli)_
- 2.91KB minified | 938 bytes _(brotli)_

E.g.
```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db64",
"version": "0.8.4",
"version": "0.8.5",
"description": "A Practical IndexedDB API",
"main": "db64.js",
"type": "module",
Expand Down

0 comments on commit 7e310a6

Please sign in to comment.