diff --git a/README.md b/README.md
index ac1275f..dc551fd 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
@@ -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.4.0 Release! — See what's changed
+New v2.4.1 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.4.0+)
+#### Supply Chain Security (v2.4.1+)
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/extension/manifest.base.json b/extension/manifest.base.json
index 456d35c..87e3fb7 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.4.0",
+ "version": "2.4.1",
"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 0000828..c88352d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "koalasync",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "KoalaSync Build Scripts",
"private": true,
"type": "module",
diff --git a/website/sitemap.xml b/website/sitemap.xml
index 1ea6fde..6889eac 100644
--- a/website/sitemap.xml
+++ b/website/sitemap.xml
@@ -3,31 +3,31 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
https://sync.koalastuff.net/imprint
- 2026-06-16
+ 2026-06-19
monthly
0.3
https://sync.koalastuff.net/privacy
- 2026-06-16
+ 2026-06-19
monthly
0.3
https://sync.koalastuff.net/de/impressum
- 2026-06-16
+ 2026-06-19
monthly
0.3
https://sync.koalastuff.net/de/datenschutz
- 2026-06-16
+ 2026-06-19
monthly
0.3
https://sync.koalastuff.net/
- 2026-06-16
+ 2026-06-19
weekly
1.0
@@ -47,7 +47,7 @@
https://sync.koalastuff.net/de/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -67,7 +67,7 @@
https://sync.koalastuff.net/fr/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -87,7 +87,7 @@
https://sync.koalastuff.net/es/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -107,7 +107,7 @@
https://sync.koalastuff.net/pt-BR/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -127,7 +127,7 @@
https://sync.koalastuff.net/ru/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -147,7 +147,7 @@
https://sync.koalastuff.net/it/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -167,7 +167,7 @@
https://sync.koalastuff.net/pl/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -187,7 +187,7 @@
https://sync.koalastuff.net/tr/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -207,7 +207,7 @@
https://sync.koalastuff.net/nl/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -227,7 +227,7 @@
https://sync.koalastuff.net/ja/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -247,7 +247,7 @@
https://sync.koalastuff.net/ko/
- 2026-06-16
+ 2026-06-19
weekly
0.8
@@ -267,7 +267,7 @@
https://sync.koalastuff.net/pt/
- 2026-06-16
+ 2026-06-19
weekly
0.8
diff --git a/website/template.html b/website/template.html
index fae7a06..fd026a3 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.4.0",
+ "softwareVersion": "2.4.1",
"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 34621ed..edebed6 100644
--- a/website/version.json
+++ b/website/version.json
@@ -1,4 +1,4 @@
{
- "version": "2.4.0",
- "date": "2026-06-16T12:00:03Z"
+ "version": "2.4.1",
+ "date": "2026-06-19T08:50:27Z"
}