lock rohrkabel to fixed version

This commit is contained in:
Malte Jürgens
2022-07-20 19:06:02 +02:00
parent 6d0a95c950
commit b30c5cb43c
3 changed files with 7 additions and 3 deletions

View File

@@ -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.4";
aboutEl.innerText = "discord-screenaudio v1.0.0-rc.5";
aboutEl.style.fontSize = "12px";
aboutEl.style.color = "var(--text-muted)";
aboutEl.classList.add("dirscordScreenaudioAboutText");