From 6fc6140ce2263f19d470956a1694fa9cd62e0ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Wed, 27 Jul 2022 00:36:33 +0200 Subject: [PATCH] bump version to 1.0.0-rc.6 --- 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 b7f6e35..d52d4fa 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.5"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.6"; 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 3107f76..e39c391 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.5"); + QApplication::setApplicationVersion("1.0.0-rc.6"); QCommandLineParser parser; parser.setApplicationDescription(