From d3f680e313659bf1b6372679783ed08fd2d8d355 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 18 May 2026 19:39:54 +0000 Subject: [PATCH] chore(release): update versions to v1.5.4 [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 de134c8..f587914 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KoalaSync", - "version": "1.5.3", + "version": "1.5.4", "description": "Watch party extension to synchronize video playback on YouTube, Twitch, Netflix, and HTML5 sites in real-time with friends.", "permissions": [ "storage", diff --git a/package.json b/package.json index 0195db6..d3693ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koalasync", - "version": "1.5.3", + "version": "1.5.4", "description": "KoalaSync Build Scripts", "private": true, "scripts": { diff --git a/website/version.json b/website/version.json index 9e94ddb..2c28398 100644 --- a/website/version.json +++ b/website/version.json @@ -1,4 +1,4 @@ { - "version": "1.5.3", - "date": "2026-05-18T18:10:54Z" + "version": "1.5.4", + "date": "2026-05-18T19:39:54Z" }