bump version to 1.0.0-rc.1
This commit is contained in:
parent
7f3561cc43
commit
06412b182e
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue