diff --git a/assets/userscript.js b/assets/userscript.js index 585a435..6b28121 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.7"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.7 (AppImage)"; aboutEl.style.fontSize = "12px"; aboutEl.style.color = "var(--text-muted)"; aboutEl.classList.add("dirscordScreenaudioAboutText"); diff --git a/version b/version index a2700ec..459253e 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.0.0-rc.2 \ No newline at end of file +v1.0.0-rc.7 \ No newline at end of file