diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 40e705d..d9e15f1 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KoalaSync", - "version": "2.0.7", + "version": "2.0.8", "description": "Synchronize video playback on YouTube, Netflix, Emby, Jellyfin, and any HTML5 site in real-time with friends.", "permissions": [ "storage", diff --git a/package.json b/package.json index 71ca6da..6026067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "2.0.7", + "version": "2.0.8", "description": "KoalaSync Build Scripts", "private": true, "scripts": { diff --git a/website/version.json b/website/version.json index 9d040d9..1b546a9 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "2.0.7", - "date": "2026-06-03T09:58:23Z" + "version": "2.0.8", + "date": "2026-06-03T10:11:57Z" }