diff --git a/assets/de.shorsh.discord-screenaudio.metainfo.xml b/assets/de.shorsh.discord-screenaudio.metainfo.xml index 1e53849..41a18f7 100644 --- a/assets/de.shorsh.discord-screenaudio.metainfo.xml +++ b/assets/de.shorsh.discord-screenaudio.metainfo.xml @@ -5,7 +5,7 @@ GPL-3.0+ discord-screenaudio - + diff --git a/assets/userscript.js b/assets/userscript.js index 1eb767f..6b590e0 100644 --- a/assets/userscript.js +++ b/assets/userscript.js @@ -122,7 +122,7 @@ setInterval(() => { ) { for (const el of document.getElementsByClassName("info-3pQQBb")) { const aboutEl = document.createElement("div"); - aboutEl.innerText = "discord-screenaudio v1.0.0-rc.8"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.9"; 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 fb86975..d21cb91 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.8"); + QApplication::setApplicationVersion("1.0.0-rc.9"); QCommandLineParser parser; parser.setApplicationDescription(