Skip to content

Commit 9041cc4

Browse files
committed
Version v0.0.3-alpha4
1 parent ea8bb51 commit 9041cc4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

setup_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Setup]
22
AppName=qtedit4
3-
AppVersion=0.0.3-alpha3
3+
AppVersion=0.0.3-alpha4
44
DefaultDirName={pf}\qtedit4
55
DefaultGroupName=qtedit4
66
UninstallDisplayIcon={app}\qtedit4.ico

src/main.cpp

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

3838
QApplication app(argc, argv);
3939
QCoreApplication::setApplicationName("qtedit4");
40-
QCoreApplication::setApplicationVersion("0.0.3-alpha3");
40+
QCoreApplication::setApplicationVersion("0.0.3-alpha4");
4141

4242
#if defined(WIN32)
4343
// 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.3-alpha1",
12-
"latest-version":"0.0.3-alpha3",
13-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha3-x86_64.exe",
11+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha4",
12+
"latest-version":"0.0.3-alpha4",
13+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha4/qtedit4-qt671-v0.0.3-alpha4-x86_64.exe",
1414
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start",
1515
"mandatory":false
1616
},
@@ -22,9 +22,9 @@
2222
"mandatory":true
2323
},
2424
"linux-testing":{
25-
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha1",
26-
"latest-version":"0.0.3-alpha3",
27-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha3-x86_64.exe",
25+
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha4",
26+
"latest-version":"0.0.3-alpha4",
27+
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha4/qtedit4-qt671-v0.0.3-alpha4-x86_64.exe",
2828
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start",
2929
"mandatory":false
3030
}

0 commit comments

Comments
 (0)