bump version to 1.0.0-rc.1

This commit is contained in:
Malte Jürgens 2022-07-14 11:58:29 +02:00
parent 7f3561cc43
commit 06412b182e
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ setInterval(() => {
) {
for (const el of document.getElementsByClassName("info-3pQQBb")) {
const aboutEl = document.createElement("div");
aboutEl.innerText = "discord-screenaudio v1.0.0-alpha";
aboutEl.innerText = "discord-screenaudio v1.0.0-rc.1";
aboutEl.style.fontSize = "12px";
aboutEl.style.color = "var(--text-muted)";
aboutEl.classList.add("dirscordScreenaudioAboutText");

View file

@ -7,7 +7,7 @@
int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QApplication::setApplicationName("discord-screenaudio");
QApplication::setApplicationVersion("1.0.0-alpha");
QApplication::setApplicationVersion("1.0.0-rc.1");
QCommandLineParser parser;
parser.setApplicationDescription(