Skip to content

Commit 1028251

Browse files
committed
Version 0.1.0
1 parent 15e11a9 commit 1028251

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

build-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$1" = "--ce" ]; then
1212
fi
1313

1414
APP_NAME="codepointer"
15-
APP_VERSION="0.1.0-rc1"
15+
APP_VERSION="0.1.0"
1616
QT_VERSION="6.10.1"
1717

1818
NAME="${APP_NAME}-v${APP_VERSION}${NAME_SUFFIX}-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.1.0-rc1"
1+
#define VersionString "0.1.0"
22
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33
#define VC_Redist_URL "https://aka.ms/vs/17/release/vc_redist.x64.exe"
44
#define AppName "codepointer"

updates.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.16",
5-
"latest-version": "0.0.16",
6-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.16/qtedit4-qt6.10.1-v0.0.16-x86_64.exe",
4+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
5+
"latest-version": "0.1.0",
6+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.exe",
77
"changelog": "Various bug fixes, hide toolbars",
88
"mandatory": true
99
},
1010
"windows-testing": {
11-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0-rc1",
12-
"latest-version": "0.1.0-rc1",
13-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0-rc1/qtedit4-qt6.8.3-v0.1.0-rc1-x86_64.exe",
11+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
12+
"latest-version": "0.1.0",
13+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.exe",
1414
"changelog": "Various bug fixes, hide toolbars",
1515
"mandatory": true
1616
},
1717
"linux": {
18-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.16",
19-
"latest-version": "0.0.16",
20-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.16/qtedit4-qt6.10.1-v0.0.16-x86_64.AppImage",
18+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
19+
"latest-version": "0.1.0",
20+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.AppImage",
2121
"changelog": "Various bug fixes, hide toolbars",
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0-rc1",
26-
"latest-version": "0.1.0-rc1",
27-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0-rc1/qtedit4-qt6.8.3-v0.1.0-rc1-x86_64.AppImage",
25+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.1.0",
26+
"latest-version": "0.1.0",
27+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.1.0/qtedit4-qt6.8.3-v0.1.0-x86_64.AppImage",
2828
"changelog": "Various bug fixes, hide toolbars",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)