Skip to content

Commit f258f12

Browse files
committed
Version v0.0.3-alpha3
1 parent fb6b107 commit f258f12

3 files changed

Lines changed: 6 additions & 6 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-alpha2
3+
AppVersion=0.0.3-alpha3
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-alpha2");
40+
QCoreApplication::setApplicationVersion("0.0.3-alpha3");
4141

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

updates.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"windows-testing":{
1111
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha1",
12-
"latest-version":"0.0.3-alpha2",
13-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha1-x86_64.exe",
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",
1414
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start",
1515
"mandatory":false
1616
},
@@ -23,8 +23,8 @@
2323
},
2424
"linux-testing":{
2525
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha1",
26-
"latest-version":"0.0.3-alpha2",
27-
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha1-x86_64.exe",
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",
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)