From 7f898e6eb4c88b88fdc350d2e423eef383163d6b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 16 Jul 2026 09:51:25 +0000 Subject: [PATCH] chore(release): update versions to v2.6.4 [skip ci] --- README.md | 4 ++-- extension/manifest.base.json | 2 +- package.json | 2 +- shared/constants.js | 2 +- website/template.html | 2 +- website/version.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b26478..7ca4bfe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Release Status - GitHub release + GitHub release License Firefox Add-on Chrome Extension @@ -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.6.3 Release! — See what's changed

+

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

### 🌟 Why KoalaSync? diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 3948b08..901189b 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_appName__", "short_name": "KoalaSync", - "version": "2.6.3", + "version": "2.6.4", "description": "__MSG_appDesc__", "permissions": [ "storage", diff --git a/package.json b/package.json index 19cceb0..dbe5dd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "2.6.3", + "version": "2.6.4", "description": "KoalaSync Build Scripts", "private": true, "type": "module", diff --git a/shared/constants.js b/shared/constants.js index 5eccaf9..65e71d7 100644 --- a/shared/constants.js +++ b/shared/constants.js @@ -7,7 +7,7 @@ */ export const PROTOCOL_VERSION = "1.0.0"; -export const APP_VERSION = "2.6.3"; +export const APP_VERSION = "2.6.4"; export const OFFICIAL_SERVER_URL = 'wss://syncserver.koalastuff.net'; export const OFFICIAL_LANDING_PAGE_URL = 'https://sync.koalastuff.net'; diff --git a/website/template.html b/website/template.html index 367fd0d..184f424 100644 --- a/website/template.html +++ b/website/template.html @@ -116,7 +116,7 @@ "priceCurrency": "EUR" }, "description": "{{SCHEMA_APP_DESC}}", - "softwareVersion": "2.6.3", + "softwareVersion": "2.6.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 8580727..36131eb 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "2.6.3", - "date": "2026-07-15T11:37:32Z" + "version": "2.6.4", + "date": "2026-07-16T09:51:25Z" }