Skip to content

Commit

Permalink
Version v0.0.3-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Nov 17, 2024
1 parent fb6b107 commit f258f12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup_script.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=qtedit4
AppVersion=0.0.3-alpha2
AppVersion=0.0.3-alpha3
DefaultDirName={pf}\qtedit4
DefaultGroupName=qtedit4
UninstallDisplayIcon={app}\qtedit4.ico
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) {

QApplication app(argc, argv);
QCoreApplication::setApplicationName("qtedit4");
QCoreApplication::setApplicationVersion("0.0.3-alpha2");
QCoreApplication::setApplicationVersion("0.0.3-alpha3");

#if defined(WIN32)
// default style on windows is ugly and unusable.
Expand Down
8 changes: 4 additions & 4 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"windows-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha1",
"latest-version":"0.0.3-alpha2",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha1-x86_64.exe",
"latest-version":"0.0.3-alpha3",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha3-x86_64.exe",
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start",
"mandatory":false
},
Expand All @@ -23,8 +23,8 @@
},
"linux-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3-alpha1",
"latest-version":"0.0.3-alpha2",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha1-x86_64.exe",
"latest-version":"0.0.3-alpha3",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3-alpha1/qtedit4-qt671-v0.0.3-alpha3-x86_64.exe",
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start",
"mandatory":false
}
Expand Down

0 comments on commit f258f12

Please sign in to comment.