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(