Skip to content

Commit

Permalink
Release v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed May 13, 2023
1 parent 45908ab commit a62cf07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "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": [
Expand Down
2 changes: 1 addition & 1 deletion src/cookieconsent.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a62cf07

Please sign in to comment.