Skip to content

Commit 65ef1ac

Browse files
committed
Version 0.0.6-beta1
1 parent f2292ae commit 65ef1ac

3 files changed

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

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

updates.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"mandatory":true
99
},
1010
"windows-testing":{
11-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
12-
"latest-version":"0.0.5",
13-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.exe",
14-
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
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",
1515
"mandatory":true
1616
},
1717
"linux":{
@@ -22,10 +22,10 @@
2222
"mandatory":true
2323
},
2424
"linux-testing":{
25-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
26-
"latest-version":"0.0.5",
27-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.AppImage",
28-
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
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",
2929
"mandatory":true
3030
}
3131
}

0 commit comments

Comments
 (0)