diff --git a/README.md b/README.md index dc2b87e..e39e4a8 100644 --- a/README.md +++ b/README.md @@ -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/iframemanager@1.2.4/dist/iframemanager.js - https://cdn.jsdelivr.net/gh/orestbida/iframemanager@1.2.4/dist/iframemanager.css + https://cdn.jsdelivr.net/gh/orestbida/iframemanager@1.2.5/dist/iframemanager.js + https://cdn.jsdelivr.net/gh/orestbida/iframemanager@1.2.5/dist/iframemanager.css ``` 2. #### Import script + stylesheet: diff --git a/dist/iframemanager.js b/dist/iframemanager.js index 34be921..0bec361 100644 --- a/dist/iframemanager.js +++ b/dist/iframemanager.js @@ -1,5 +1,5 @@ /*! - * iframemanager v1.2.4 + * iframemanager v1.2.5 * Author Orest Bida * Released under the MIT License */ diff --git a/package.json b/package.json index d470a09..ec57ee8 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/iframemanager.js b/src/iframemanager.js index 5904aa5..c2090fc 100644 --- a/src/iframemanager.js +++ b/src/iframemanager.js @@ -1,5 +1,5 @@ /*! - * iframemanager v1.2.4 + * iframemanager v1.2.5 * Author Orest Bida * Released under the MIT License */