From cb7425f14c8251a8a392b6d655a7be9249ae6b33 Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 14 Mar 2026 16:52:33 +0000 Subject: [PATCH] Bump version numbers --- bridge/config.json | 2 +- extension/bin/build.js | 2 +- extension/src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bridge/config.json b/bridge/config.json index d5cdf3b..4c6f835 100644 --- a/bridge/config.json +++ b/bridge/config.json @@ -2,7 +2,7 @@ "author": "Matt Hensman ", "homepageUrl": "https://hensm.github.io/fx_cast", "applicationName": "fx_cast_bridge", - "applicationVersion": "0.4.1", + "applicationVersion": "0.4.2", "applicationDirectoryName": "fx_cast", "applicationExecutableName": "fx_cast_bridge", "extensionId": "fx_cast@matt.tf" diff --git a/extension/bin/build.js b/extension/bin/build.js index 94752d0..551254d 100644 --- a/extension/bin/build.js +++ b/extension/bin/build.js @@ -13,7 +13,7 @@ import webExt from "web-ext"; import copyFilesPlugin from "./lib/copyFilesPlugin.js"; const BRIDGE_NAME = "fx_cast_bridge"; -const BRIDGE_VERSION = "0.4.1"; +const BRIDGE_VERSION = "0.4.2"; const MIRRORING_APP_ID = "19A6F4AE"; diff --git a/extension/src/manifest.json b/extension/src/manifest.json index e0fd9c3..99099e8 100755 --- a/extension/src/manifest.json +++ b/extension/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "0.4.1", + "version": "0.4.2", "developer": { "name": "Matt Hensman", "url": "https://matt.tf/"