Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
bump version to v1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Jul 18, 2022
1 parent faf8e72 commit 6136e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.3";
aboutEl.innerText = "discord-screenaudio v1.0.0-rc.4";
aboutEl.style.fontSize = "12px";
aboutEl.style.color = "var(--text-muted)";
aboutEl.classList.add("dirscordScreenaudioAboutText");
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QApplication::setApplicationName("discord-screenaudio");
QApplication::setApplicationVersion("1.0.0-rc.3");
QApplication::setApplicationVersion("1.0.0-rc.4");

QCommandLineParser parser;
parser.setApplicationDescription(
Expand Down

0 comments on commit 6136e4f

Please sign in to comment.