Skip to content

Commit 990559c

Browse files
committed
Version v0.0.9-beta3
1 parent 343fdf6 commit 990559c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
set -e
55

66
QT_VERSION="6.8.3"
7-
APP_VERSION="0.0.9-beta2"
7+
APP_VERSION="0.0.9-beta3"
88

99

1010
NAME="qtedit4-qt${QT_VERSION}-v${APP_VERSION}-dev-x86_64"

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.9-beta2"
1+
#define VersionString "0.0.9-beta3"
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
@@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {
2828

2929
QApplication app(argc, argv);
3030
QCoreApplication::setApplicationName("qtedit4");
31-
QCoreApplication::setApplicationVersion("0.0.9-beta2");
31+
QCoreApplication::setApplicationVersion("0.0.9-beta3");
3232

3333
#if defined(WIN32)
3434
// 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.9-beta2",
12-
"latest-version": "0.0.9-beta2",
13-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta2/qtedit4-qt6.8.3-v0.0.9-beta2-x86_64.exe",
11+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta3",
12+
"latest-version": "0.0.9-beta3",
13+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta3/qtedit4-qt6.8.3-v0.0.9-beta3-x86_64.exe",
1414
"changelog": "CTags support, color builds",
1515
"mandatory": true
1616
},
@@ -22,9 +22,9 @@
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta2",
26-
"latest-version": "0.0.9-beta2",
27-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta2/qtedit4-qt6.8.3-v0.0.9-beta2-x86_64.AppImage",
25+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta3",
26+
"latest-version": "0.0.9-beta3",
27+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta3/qtedit4-qt6.8.3-v0.0.9-beta3-x86_64.AppImage",
2828
"changelog": "CTags support, color builds",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)