diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 93663a9..178dfd2 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -38,6 +38,7 @@ body:
- v2.3.0
- v2.4.0
- v2.5.0
+ - v2.6.0
- Latest
validations:
required: true
diff --git a/README.md b/README.md
index 42cb898..bf92ad3 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 d73e582..46acf44 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.5.0",
+ "version": "2.6.0",
"homepage": "https://github.com/digitalfortress-tech/localstorage-slim",
"license": "MIT",
"scripts": {