diff --git a/Readme.md b/Readme.md index da968469..cb3b1a09 100644 --- a/Readme.md +++ b/Readme.md @@ -47,8 +47,8 @@ A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain ja ```bash # CDN links - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.js - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.css + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.js + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.css ``` Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm. diff --git a/package.json b/package.json index 2db54738..2b4f5497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-cookieconsent", - "version": "v2.9.0", + "version": "v2.9.1", "description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.", "main": "dist/cookieconsent.js", "files": [ diff --git a/src/cookieconsent.js b/src/cookieconsent.js index fb32ff62..1d68c9f1 100644 --- a/src/cookieconsent.js +++ b/src/cookieconsent.js @@ -1,5 +1,5 @@ /*! - * CookieConsent v2.9.0 + * CookieConsent v2.9.1 * https://www.github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License