diff --git a/README.md b/README.md index 14a171d..e383ab5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@
KoalaSync is a lightweight Browser Extension and Relay Server for synchronized video playback on almost any website with a video element—YouTube, Twitch, Netflix, Emby, Jellyfin, and beyond. Built with a focus on Data Sovereignty and Performance.
- + ### 🌟 Why KoalaSync? diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 366fcb3..d89d4a8 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -2,7 +2,7 @@ "manifest_version": 3, "default_locale": "en", "name": "KoalaSync", - "version": "2.2.1", + "version": "2.2.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 2af85c7..b18852c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "2.2.1", + "version": "2.2.2", "description": "KoalaSync Build Scripts", "private": true, "scripts": { diff --git a/website/template.html b/website/template.html index a9bea89..61b2c84 100644 --- a/website/template.html +++ b/website/template.html @@ -102,7 +102,7 @@ "priceCurrency": "EUR" }, "description": "Watch Netflix, YouTube, Twitch, Jellyfin, Emby and almost any HTML5 video in perfect sync with friends. Open source, privacy-first, free.", - "softwareVersion": "2.2.1", + "softwareVersion": "2.2.2", "license": "https://opensource.org/licenses/MIT", "sameAs": "https://github.com/Shik3i/KoalaSync", "image": "https://sync.koalastuff.net/assets/NewLogoIcon.webp", diff --git a/website/version.json b/website/version.json index 1c78d13..9cc4067 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "2.2.1", - "date": "2026-06-09T05:08:31Z" + "version": "2.2.2", + "date": "2026-06-09T19:16:14Z" }