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