Skip to content

Commit 23ce889

Browse files
committed
Version v0.0.4-rc2
1 parent 95e66ae commit 23ce889

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
2626

2727
QApplication app(argc, argv);
2828
QCoreApplication::setApplicationName("qtedit4");
29-
QCoreApplication::setApplicationVersion("0.0.4-rc1");
29+
QCoreApplication::setApplicationVersion("0.0.4-rc2");
3030

3131
#if defined(WIN32)
3232
// default style on windows is ugly and unusable.

updates.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"mandatory":true
99
},
1010
"windows-testing":{
11-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc1",
12-
"latest-version":"0.0.4-rc1",
13-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc1/qtedit4-qt6.8.0-v0.0.v0.0.4-rc1-x86_64.exe",
11+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc2",
12+
"latest-version":"0.0.4-rc2",
13+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc2/qtedit4-qt6.8.0-v0.0.v0.0.4-rc2-x86_64.exe",
1414
"changelog":"Fixes running under gnome<br />Updates to the editor component<br />Added a minimap to the editors<br />Baby steps for a building projects",
1515
"mandatory":true
1616
},
@@ -23,9 +23,9 @@
2323

2424
},
2525
"linux-testing":{
26-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc1",
27-
"latest-version":"0.0.4-rc1",
28-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc1/qtedit4-qt6.8.0-v0.0.4-rc1-x86_64.AppImage",
26+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc2",
27+
"latest-version":"0.0.4-rc2",
28+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc2/qtedit4-qt6.8.0-v0.0.4-rc2-x86_64.AppImage",
2929
"changelog":"Fixes running under gnome<br />Updates to the editor component<br />Added a minimap to the editors<br />Baby steps for a building projects",
3030
"mandatory":true
3131
}

0 commit comments

Comments
 (0)