From 06412b182e24884faf79e004bec643ba27269411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 14 Jul 2022 11:58:29 +0200 Subject: [PATCH] bump version to 1.0.0-rc.1 --- 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 671f18c..cf6cf57 100644 --- a/assets/userscript.js +++ b/assets/userscript.js @@ -116,7 +116,7 @@ setInterval(() => { ) { for (const el of document.getElementsByClassName("info-3pQQBb")) { const aboutEl = document.createElement("div"); - aboutEl.innerText = "discord-screenaudio v1.0.0-alpha"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.1"; 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 9f1e217..a4730e7 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-alpha"); + QApplication::setApplicationVersion("1.0.0-rc.1"); QCommandLineParser parser; parser.setApplicationDescription(