Skip to content

Commit

Permalink
🔖 patch version bump v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niketpathak committed Aug 30, 2021
1 parent b30c324 commit 25917bc
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 @@ -48,7 +48,7 @@ var ls = require('localstorage-slim');
<!-- Alternatively, you can use a CDN with jsdelivr -->
<script src="https://cdn.jsdelivr.net/npm/localstorage-slim"></script>
<!-- or with unpkg.com -->
<script src="https://unpkg.com/localstorage-slim@2.1.0/dist/localstorage-slim.js"></script>
<script src="https://unpkg.com/localstorage-slim@2.1.1/dist/localstorage-slim.js"></script>
```
The library will be available as a global object at `window.ls`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "localstorage-slim",
"title": "localstorage-slim",
"description": "An ultra slim localstorage wrapper with optional support for ttl and encryption",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/digitalfortress-tech/localstorage-slim",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 25917bc

Please sign in to comment.