From 14e991d2e9d0e708629e54ef9a66499e61d4d01d Mon Sep 17 00:00:00 2001 From: Max Baumann Date: Fri, 27 Dec 2024 12:07:36 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++-- bttv.manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce130b80..d75ecaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -# 0.43.1-beta -- fix issue which prevented bttv-settings from being persisted (thank you [@Zerwin](https://github.com/Zerwin)) +# 0.43.2-beta - authored by [@Zerwin](https://github.com/Zerwin) +- fix issue which prevented bttv-settings from being persisted +- fix broken split chat # 0.43.0-beta - rebase to v19.0.1 diff --git a/bttv.manifest.json b/bttv.manifest.json index a540b67a..54a9744f 100644 --- a/bttv.manifest.json +++ b/bttv.manifest.json @@ -1,4 +1,4 @@ { - "version": "0.43.1-beta", - "versionCode": "01208000337" + "version": "0.43.2-beta", + "versionCode": "01208000338" }