diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 898d05f..0c9a31c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,10 @@ # Change Log +## [Version 1.0.2] + +- small url fix +- fixed some logic with chrome native notifications + ## [Version 1.0.1] - first release diff --git a/manifest.json b/manifest.json index d6ee6fa..b2ce4d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "yup live", "description": "Light alternative extension for yup protocol", - "version": "1.0.1", + "version": "1.0.2", "manifest_version": 3, "icons": { "16": "src/assets/icons/yup_ext_16.png",