diff --git a/assets/de.shorsh.discord-screenaudio.metainfo.xml b/assets/de.shorsh.discord-screenaudio.metainfo.xml index a4fe1f4..1e38376 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 64c2356..1eb767f 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.7"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.8"; 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 5252503..fb86975 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.7"); + QApplication::setApplicationVersion("1.0.0-rc.8"); QCommandLineParser parser; parser.setApplicationDescription(