Skip to content

Commit bcc3d6e

Browse files
committed
Version 0.0.7 - beta6
1 parent 5f6d4ba commit bcc3d6e

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

setup_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define VersionString "0.0.7-beta5"
1+
#define VersionString "0.0.7-beta6"
22
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33

44
[Setup]

src/main.cpp

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

2828
QApplication app(argc, argv);
2929
QCoreApplication::setApplicationName("qtedit4");
30-
QCoreApplication::setApplicationVersion("0.0.7-beta5");
30+
QCoreApplication::setApplicationVersion("0.0.7-beta6");
3131

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

updates.json

Lines changed: 7 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.7-beta5",
12-
"latest-version":"0.0.7-beta5",
13-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.7-beta5/qtedit4-qt6.8.2-v0.0.7-beta5-x86_64.exe",
11+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.7-beta6",
12+
"latest-version":"0.0.7-beta6",
13+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.7-beta6/qtedit4-qt6.8.2-v0.0.7-beta6-x86_64.exe",
1414
"changelog": "Various cleanups and fixes, split UI support, better file search",
1515
"mandatory":true
1616
},
@@ -22,9 +22,10 @@
2222
"mandatory":true
2323
},
2424
"linux-testing":{
25-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.7-beta5",
26-
"latest-version":"0.0.7-beta5",
27-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.7-beta5/qtedit4-qt6.8.2-v0.0.7-beta5-x86_64.AppImage",
25+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.7-beta6",
26+
"latest-version":"0.0.7-beta6",
27+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.7-beta6/qtedit4-qt6.8.2-v0.0.7-beta6
28+
-x86_64.AppImage",
2829
"changelog": "Various cleanups and fixes, split UI support, better file search",
2930
"mandatory":true
3031
}

0 commit comments

Comments
 (0)