Skip to content

Commit bbec93e

Browse files
committed
Version 0.1.4-alpha1
1 parent 7a71823 commit bbec93e

4 files changed

Lines changed: 11 additions & 11 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.3"
15+
APP_VERSION="0.1.4-alpha1"
1616
QT_VERSION="6.10.2"
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.3"
1+
#define VersionString "0.1.4-alpha1"
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"

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int main(int argc, char *argv[]) {
8585

8686
QApplication app(argc, argv);
8787
QCoreApplication::setApplicationName(CODEPOINTER_APP_NAME);
88-
QCoreApplication::setApplicationVersion("0.1.3");
88+
QCoreApplication::setApplicationVersion("0.1.4-alpha1");
8989

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

updates.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"mandatory": true
99
},
1010
"windows-testing": {
11-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.3",
12-
"latest-version": "0.1.3",
13-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.3/codepointer-v0.1.3-x86_64.exe",
14-
"changelog": "F4 updates, better file reformat, project reload, commit update, terminal updates",
11+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.4-alpha1",
12+
"latest-version": "0.1.4-alpha1",
13+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.4-alpha1/codepointer-v0.1.4-alpha1-x86_64.exe",
14+
"changelog": "Better completions for C/C++ using treesitter",
1515
"mandatory": true
1616
},
1717
"linux": {
@@ -22,10 +22,10 @@
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.3",
26-
"latest-version": "0.1.3",
27-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.3/codepointer-v0.1.3-x86_64.AppImage",
28-
"changelog": "F4 updates, better file reformat, project reload, commit update, terminal updates",
25+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.4-alpha1",
26+
"latest-version": "0.1.4-alpha1",
27+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.4-alpha1/codepointer-v0.1.4-alpha1-x86_64.AppImage",
28+
"changelog": "Better completions for C/C++ using treesitter",
2929
"mandatory": true
3030
}
3131
}

0 commit comments

Comments
 (0)