Skip to content

Commit f5a7295

Browse files
committed
Version 0.0.13
1 parent ec16278 commit f5a7295

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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.2"
7-
APP_VERSION="0.0.13-rc1"
7+
APP_VERSION="0.0.13"
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.13-rc1"
1+
#define VersionString "0.0.13"
22
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33
#define VC_Redist_URL "https://aka.ms/vs/17/release/vc_redist.x64.exe"
44

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.13-rc1");
34+
QCoreApplication::setApplicationVersion("0.0.13");
3535

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

updates.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.12",
5-
"latest-version": "0.0.12",
4+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13",
5+
"latest-version": "0.0.13",
66
"download-url":
7-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.12/qtedit4-qt6.9.1-v0.0.12-x86_64.exe",
7+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13/qtedit4-qt6.9.2-v0.0.13-x86_64.exe",
88
"changelog":
9-
"Move selected lines, cmake configure fixes, copy/cut current line, line trimming works, loading project speedup, run environment",
9+
"Syntax highlighter fixes, Rust building fixes, indentation of selected block, move tabs with keyboard, closing tabs on splits works as expected, Windows 10/11 install fixes",
1010
"mandatory": true
1111
},
1212
"windows-testing": {
13-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13-rc1",
14-
"latest-version": "0.0.13-rc1",
13+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13",
14+
"latest-version": "0.0.13",
1515
"download-url":
16-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13-rc1/qtedit4-qt6.9.2-v0.0.13-rc1-x86_64.exe",
16+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13/qtedit4-qt6.9.2-v0.0.13-x86_64.exe",
1717
"changelog":
1818
"Syntax highlighter fixes, Rust building fixes, indentation of selected block, move tabs with keyboard, closing tabs on splits works as expected, Windows 10/11 install fixes",
1919
"mandatory": true
2020
},
2121
"linux": {
22-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.12",
23-
"latest-version": "0.0.12",
22+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13",
23+
"latest-version": "0.0.13",
2424
"download-url":
25-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.12/qtedit4-qt6.9.1-v0.0.12-x86_64.AppImage",
25+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13/qtedit4-qt6.9.2-v0.0.13-x86_64.AppImage",
2626
"changelog":
27-
"Move selected lines, cmake configure fixes, copy/cut current line, line trimming works, loading project speedup, run environment",
27+
"Syntax highlighter fixes, Rust building fixes, indentation of selected block, move tabs with keyboard, closing tabs on splits works as expected, Windows 10/11 install fixes",
2828
"mandatory": true
2929
},
3030
"linux-testing": {
31-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13-rc1",
32-
"latest-version": "0.0.13-rc1",
31+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13",
32+
"latest-version": "0.0.13",
3333
"download-url":
34-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13-rc1/qtedit4-qt6.9.2-v0.0.13-rc1-x86_64.AppImage",
34+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13/qtedit4-qt6.9.2-v0.0.13-x86_64.AppImage",
3535
"changelog":
3636
"Syntax highlighter fixes, Rust building fixes, indentation of selected block, move tabs with keyboard, closing tabs on splits works as expected, Windows 10/11 install fixes",
3737
"mandatory": true
3838
}
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)