Skip to content

Commit adfdb1e

Browse files
committed
Version 0.0.12-alpha1
1 parent 940c297 commit adfdb1e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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.9.1"
7-
APP_VERSION="0.0.11"
7+
APP_VERSION="0.0.12-alpha1"
88

99
NAME="qtedit4-qt${QT_VERSION}-v${APP_VERSION}-dev-x86_64"
1010
QTDIR="$HOME/qt/${QT_VERSION}/gcc_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.11"
1+
#define VersionString "0.0.12-alpha1"
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
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131

3232
QApplication app(argc, argv);
3333
QCoreApplication::setApplicationName("qtedit4");
34-
QCoreApplication::setApplicationVersion("0.0.11");
34+
QCoreApplication::setApplicationVersion("0.0.12-alpha1");
3535

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

updates.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"mandatory": true
1111
},
1212
"windows-testing": {
13-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.11",
14-
"latest-version": "0.0.11",
13+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.12-alpha1",
14+
"latest-version": "0.0.12-alpha1",
1515
"download-url":
16-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.11/qtedit4-qt6.9.1-v0.0.11-x86_64.exe",
16+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.12-alpha1/qtedit4-qt6.9.1-v0.0.12-alpha1-x86_64.exe",
1717
"changelog":
18-
"Move tabs between splits, meson support, multiple cursors, reset to defaults settings",
18+
"Move selected lines, cmake configure fixes, copy/cut current line, line trimming works, loading project speedup, run environment",
1919
"mandatory": true
2020
},
2121
"linux": {
@@ -28,13 +28,13 @@
2828
"mandatory": true
2929
},
3030
"linux-testing": {
31-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.11",
32-
"latest-version": "0.0.11",
31+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.12-alpha1",
32+
"latest-version": "0.0.12-alpha1",
3333
"download-url":
34-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.11/qtedit4-qt6.9.1-v0.0.11-x86_64.AppImage",
34+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.12-alpha1/qtedit4-qt6.9.1-v0.0.12-alpha1-x86_64.AppImage",
3535
"changelog":
36-
"Move tabs between splits, meson support, multiple cursors, reset to defaults settings",
36+
"Move selected lines, cmake configure fixes, copy/cut current line, line trimming works, loading project speedup, run environment",
3737
"mandatory": true
3838
}
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)