From 6136e4f0cdb24dbefa3a4b373b62f49d0e6c8577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Mon, 18 Jul 2022 20:46:40 +0200 Subject: [PATCH] bump version to v1.0.0-rc.4 --- assets/userscript.js | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/userscript.js b/assets/userscript.js index 56e115b..87e2473 100644 --- a/assets/userscript.js +++ b/assets/userscript.js @@ -117,7 +117,7 @@ setInterval(() => { ) { for (const el of document.getElementsByClassName("info-3pQQBb")) { const aboutEl = document.createElement("div"); - aboutEl.innerText = "discord-screenaudio v1.0.0-rc.3"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.4"; aboutEl.style.fontSize = "12px"; aboutEl.style.color = "var(--text-muted)"; aboutEl.classList.add("dirscordScreenaudioAboutText"); diff --git a/src/main.cpp b/src/main.cpp index 52e0b1a..0a00930 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); QApplication::setApplicationName("discord-screenaudio"); - QApplication::setApplicationVersion("1.0.0-rc.3"); + QApplication::setApplicationVersion("1.0.0-rc.4"); QCommandLineParser parser; parser.setApplicationDescription(