diff --git a/package-lock.json b/package-lock.json index b55b1ea..d0dcc40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,7 @@ { "name": "@kodi/echo", - "version": "0.2.3", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "@babel/code-frame": { "version": "7.12.11", diff --git a/package.json b/package.json index 56d2e13..8b51926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "@kodi/echo", - "version": "0.2.3", "description": "Browser Extension for sharing content with Kodi.", "keywords": [ "kodi", diff --git a/src/manifest.json b/src/manifest.json index 3faaa60..0da9a67 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Echo for Kodi", - "version": "0.2.3", + "version": "0.2.4", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/jaylinski/kodi-echo", "content_security_policy": "default-src 'self'; connect-src ws:; style-src 'self' 'unsafe-inline'",