diff --git a/CMakeLists.txt b/CMakeLists.txt index 3961517..a3f41e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,11 @@ set(discord-screenaudio_SRC include(FetchContent) -FetchContent_Declare(rohrkabel GIT_REPOSITORY "https://github.com/Soundux/rohrkabel") +FetchContent_Declare( + rohrkabel + GIT_REPOSITORY "https://github.com/Soundux/rohrkabel" + GIT_TAG "d87403f48d3a95aa4bcf4cd60112d9e4bb090d5d" +) FetchContent_MakeAvailable(rohrkabel) add_executable(discord-screenaudio ${discord-screenaudio_SRC}) diff --git a/assets/userscript.js b/assets/userscript.js index 87e2473..96d1fe3 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.4"; + aboutEl.innerText = "discord-screenaudio v1.0.0-rc.5"; 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 0a00930..3107f76 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.4"); + QApplication::setApplicationVersion("1.0.0-rc.5"); QCommandLineParser parser; parser.setApplicationDescription(