From 1e41d98c2fec79942b7ca7e1dcceee234d7e3a20 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 18 Aug 2026 19:38:09 +0000 Subject: [PATCH] chore(release): update versions to v3.1.3 [skip ci] --- README.md | 4 ++-- extension/manifest.base.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- shared/constants.js | 2 +- website/llms.txt | 2 +- website/template.html | 2 +- website/version.json | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7ae6473..b78d08e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

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

+

New v3.1.3 Release! — See what's changed

### 🌟 Why KoalaSync? diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 07d01fa..79033df 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.1.2", + "version": "3.1.3", "description": "__MSG_appDesc__", "permissions": [ "storage", diff --git a/package-lock.json b/package-lock.json index 33edf9f..0e57bdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "koalasync", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "koalasync", - "version": "3.1.2", + "version": "3.1.3", "devDependencies": { "@playwright/test": "^1.62.0", "@vitest/coverage-v8": "^4.1.10", diff --git a/package.json b/package.json index 0057a00..edf05d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "3.1.2", + "version": "3.1.3", "description": "KoalaSync Build Scripts", "private": true, "type": "module", diff --git a/shared/constants.js b/shared/constants.js index a0b9f08..5ed3a66 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.1.2"; +export const APP_VERSION = "3.1.3"; 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 a7a5b83..8b059c4 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.1.2 +- Current website release: 3.1.3 - 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 cd33709..6d18f09 100644 --- a/website/template.html +++ b/website/template.html @@ -116,7 +116,7 @@ "priceCurrency": "EUR" }, "description": "{{SCHEMA_APP_DESC}}", - "softwareVersion": "3.1.2", + "softwareVersion": "3.1.3", "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 6eef59f..0fefc17 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "3.1.2", - "date": "2026-08-17T15:14:41Z" + "version": "3.1.3", + "date": "2026-08-18T19:38:09Z" }