From bf48d1889be072c862f2777532e21affc49e75d6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 8 Jun 2026 19:01:27 +0000 Subject: [PATCH] chore(release): update versions to v2.2.0 [skip ci] --- extension/manifest.base.json | 2 +- package.json | 2 +- website/version.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 553cf32..4bec5b6 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KoalaSync", - "version": "2.1.3", + "version": "2.2.0", "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 e022045..1d6ba0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "2.1.3", + "version": "2.2.0", "description": "KoalaSync Build Scripts", "private": true, "scripts": { diff --git a/website/version.json b/website/version.json index 163a786..8c2d8b9 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "2.1.3", - "date": "2026-06-06T22:43:52Z" + "version": "2.2.0", + "date": "2026-06-08T19:01:27Z" }