diff --git a/README.md b/README.md index 6346d24..b7b4d16 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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 6007f4a..ca6cf44 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": "3.0.1", + "version": "3.0.2", "description": "__MSG_appDesc__", "permissions": [ "storage", diff --git a/package.json b/package.json index 88a9776..4c0af28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "3.0.1", + "version": "3.0.2", "description": "KoalaSync Build Scripts", "private": true, "type": "module", diff --git a/shared/constants.js b/shared/constants.js index 5f59897..38f8b8c 100644 --- a/shared/constants.js +++ b/shared/constants.js @@ -7,7 +7,7 @@ */ export const PROTOCOL_VERSION = "1.0.0"; -export const APP_VERSION = "3.0.1"; +export const APP_VERSION = "3.0.2"; export const OFFICIAL_SERVER_URL = 'wss://syncserver.koalastuff.net'; export const OFFICIAL_LANDING_PAGE_URL = 'https://sync.koalastuff.net'; diff --git a/website/llms.txt b/website/llms.txt index 5787559..329771b 100644 --- a/website/llms.txt +++ b/website/llms.txt @@ -87,7 +87,7 @@ Compatibility depends on each website's player implementation and can change whe ## Technical information -- Current website release: 3.0.1 +- Current website release: 3.0.2 - License: MIT - Extension runtime: dependency-free browser extension code - Relay: Node.js with Socket.IO-compatible WebSocket messaging diff --git a/website/template.html b/website/template.html index dd6541b..2c11f9d 100644 --- a/website/template.html +++ b/website/template.html @@ -116,7 +116,7 @@ "priceCurrency": "EUR" }, "description": "{{SCHEMA_APP_DESC}}", - "softwareVersion": "3.0.1", + "softwareVersion": "3.0.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 a21763a..e864997 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "3.0.1", - "date": "2026-07-26T03:56:23Z" + "version": "3.0.2", + "date": "2026-07-31T07:48:55Z" }