diff --git a/extension/manifest.base.json b/extension/manifest.base.json index dc88eac..8e85caa 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KoalaSync", - "version": "1.5.0", + "version": "1.5.1", "description": "Watch party extension to synchronize video playback on YouTube, Twitch, Netflix, and HTML5 sites in real-time with friends.", "permissions": [ "storage", diff --git a/package.json b/package.json index 0ac6291..ff1bae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "1.5.0", + "version": "1.5.1", "description": "KoalaSync Build Scripts", "private": true, "scripts": { diff --git a/website/version.json b/website/version.json index c5e222b..e3381a0 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "1.5.0", - "date": "2026-05-18T17:41:13Z" + "version": "1.5.1", + "date": "2026-05-18T17:44:37Z" }