bump version
This commit is contained in:
parent
4d3e77bc9a
commit
092fbf72b6
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue