diff --git a/README.md b/README.md index c88c900..d2e2932 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.

-

New v2.2.3 Release! — See what's changed

+

New v2.2.4 Release! — See what's changed

### 🌟 Why KoalaSync? @@ -103,7 +103,7 @@ To connect your extension to a self-hosted server, open the popup → **Room** t To verify your relay is reachable from outside, visit `https://your-domain.com` in a browser — it should return `{"status":"online","service":"KoalaSync Relay"}`. -#### Supply Chain Security (v2.2.3+) +#### Supply Chain Security (v2.2.4+) All official release artifacts (Docker images and extension binaries) are published with signed [artifact attestations](https://docs.github.com/en/actions/how-tos/secure-your-work/use-artifact-attestations) to prove they were built from this repository's source code. diff --git a/website/template.html b/website/template.html index ebd4475..9a3c9e2 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.3", + "softwareVersion": "2.2.4", "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 f098e2a..6509e50 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { "version": "2.2.4", - "date": "2026-06-10T12:00:00Z" + "date": "2026-06-09T23:42:27Z" }