Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Aug 1, 2022
1 parent 47914ef commit 86e3195
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/cookieconsent.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cookieconsent.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/essential/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ You can download/import the plugin using one of the following methods:

2. Use the CDN hosted version.
```
https://cdn.jsdelivr.net/gh/orestbida/[email protected].1/dist/cookieconsent.umd.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].1/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.umd.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.css
```
3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases/latest) from github and use the optimized files located in the `dist` folder.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
"main": "dist/cookieconsent.umd.js",
"module": "dist/cookieconsent.esm.js",
Expand Down

0 comments on commit 86e3195

Please sign in to comment.