diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 178dfd2..0eda458 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,6 +39,7 @@ body: - v2.4.0 - v2.5.0 - v2.6.0 + - v2.7.0 - Latest validations: required: true diff --git a/README.md b/README.md index bf92ad3..ed99048 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ var ls = require('localstorage-slim'); - + ``` The library will be available as a global object at `window.ls` diff --git a/package.json b/package.json index 46acf44..b375d70 100644 --- a/package.json +++ b/package.json @@ -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.6.0", + "version": "2.7.0", "homepage": "https://github.com/digitalfortress-tech/localstorage-slim", "license": "MIT", "scripts": {