diff --git a/extension/manifest.base.json b/extension/manifest.base.json index ead60ad..339642a 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KoalaSync", - "version": "1.9.1", + "version": "1.9.2", "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 3029e70..3b44cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "1.9.1", + "version": "1.9.2", "description": "KoalaSync Build Scripts", "private": true, "scripts": { diff --git a/website/version.json b/website/version.json index 97e7a48..dfe6367 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "1.9.1", - "date": "2026-05-29T22:08:39Z" + "version": "1.9.2", + "date": "2026-05-29T23:35:36Z" }