Skip to content

Commit

Permalink
Release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed May 21, 2023
1 parent f22b483 commit 9dd4af6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ The plugin was mainly developed to aid [**CookieConsent**](https://github.com/or
1. #### Download the [latest release](https://github.com/orestbida/iframemanager/releases/latest) or use via CDN:

```bash
https://cdn.jsdelivr.net/gh/orestbida/[email protected].4/dist/iframemanager.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].4/dist/iframemanager.css
https://cdn.jsdelivr.net/gh/orestbida/[email protected].5/dist/iframemanager.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].5/dist/iframemanager.css
```

2. #### Import script + stylesheet:
Expand Down
2 changes: 1 addition & 1 deletion dist/iframemanager.js

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": "@orestbida/iframemanager",
"version": "1.2.4",
"version": "1.2.5",
"description": "GDPR friendly iframe manager written in vanilla js",
"main": "dist/iframemanager.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/iframemanager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* iframemanager v1.2.4
* iframemanager v1.2.5
* Author Orest Bida
* Released under the MIT License
*/
Expand Down

0 comments on commit 9dd4af6

Please sign in to comment.