Skip to content

Commit d9a9efe

Browse files
committed
Version 0.0.6
1 parent 65ef1ac commit d9a9efe

3 files changed

Lines changed: 18 additions & 18 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.6-beta1"
1+
#define VersionString "0.0.6"
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.6-beta1");
30+
QCoreApplication::setApplicationVersion("0.0.6");
3131

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

updates.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"updates":{
33
"windows":{
4-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
5-
"latest-version":"0.0.5",
6-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.exe",
7-
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
4+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.6",
5+
"latest-version":"0.0.6",
6+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.6/qtedit4-qt6.8.1-v0.0.6-x86_64.exe",
7+
"changelog": "Various cleanups and fixes",
88
"mandatory":true
99
},
1010
"windows-testing":{
11-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.6-beta1",
12-
"latest-version":"0.0.6-beta1",
13-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.6-beta1/qtedit4-qt6.8.1-v0.0.6-beta1-x86_64.exe",
14-
"changelog": "Varios cleanups and fixes",
11+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.6",
12+
"latest-version":"0.0.6",
13+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.6/qtedit4-qt6.8.1-v0.0.6-x86_64.exe",
14+
"changelog": "Various cleanups and fixes",
1515
"mandatory":true
1616
},
1717
"linux":{
18-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
19-
"latest-version":"0.0.5",
20-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.AppImage",
21-
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
18+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.6",
19+
"latest-version":"0.0.6",
20+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.6/qtedit4-qt6.8.1-v0.0.6-x86_64.AppImage",
21+
"changelog": "Various cleanups and fixes",
2222
"mandatory":true
2323
},
2424
"linux-testing":{
25-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.6-beta1",
26-
"latest-version":"0.0.6-beta1",
27-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.6-beta1/qtedit4-qt6.8.1-v0.0.6-beta1-x86_64.AppImage",
28-
"changelog": "Varios cleanups and fixes",
25+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.6",
26+
"latest-version":"0.0.6",
27+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.6/qtedit4-qt6.8.1-v0.0.6-x86_64.AppImage",
28+
"changelog": "Various cleanups and fixes",
2929
"mandatory":true
3030
}
3131
}

0 commit comments

Comments
 (0)