bump version to v1.0.0-rc.3
This commit is contained in:
parent
98fd84d040
commit
46f9663c11
2 changed files with 2 additions and 2 deletions
|
@ -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.2";
|
||||
aboutEl.innerText = "discord-screenaudio v1.0.0-rc.3";
|
||||
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-rc.2");
|
||||
QApplication::setApplicationVersion("1.0.0-rc.3");
|
||||
|
||||
QCommandLineParser parser;
|
||||
parser.setApplicationDescription(
|
||||
|
|
Loading…
Reference in a new issue