diff --git a/assets/de.shorsh.discord-screenaudio.metainfo.xml b/assets/de.shorsh.discord-screenaudio.metainfo.xml index a4fe5b5..b1aaefc 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 9d4d21c..80f4d06 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.10"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.11"; 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 d2f1d41..c7f2a85 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.10"); + QApplication::setApplicationVersion("1.0.0-rc.11"); QCommandLineParser parser; parser.setApplicationDescription(