Skip to content

Commit 4f90cc9

Browse files
committed
Version 0.1.1-rc2
1 parent ac6b863 commit 4f90cc9

4 files changed

Lines changed: 9 additions & 9 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.1-beta1"
15+
APP_VERSION="0.1.1-rc2"
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.1-beta1"
1+
#define VersionString "0.1.1-rc2"
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
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131

3232
QApplication app(argc, argv);
3333
QCoreApplication::setApplicationName(CODEPOINTER_APP_NAME);
34-
QCoreApplication::setApplicationVersion("0.1.1-beta1");
34+
QCoreApplication::setApplicationVersion("0.1.1-rc2");
3535

3636
#if defined(WIN32)
3737
// 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/codepointerapp/codepointer/releases/tag/v0.1.1-beta1",
12-
"latest-version": "0.1.1-beta1",
13-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-beta1/codepointer-v0.1.1-beta1-x86_64.exe",
11+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-rc2",
12+
"latest-version": "0.1.1-rc2",
13+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-rc2/codepointer-v0.1.1-rc2-x86_64.exe",
1414
"changelog": "Terminal support, better seach options",
1515
"mandatory": true
1616
},
@@ -22,9 +22,9 @@
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-beta1",
26-
"latest-version": "0.1.1-beta1",
27-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-beta1/codepointer-v0.1.1-beta1-x86_64.AppImage",
25+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-rc2",
26+
"latest-version": "0.1.1-rc2",
27+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-rc2/codepointer-v0.1.1-rc2-x86_64.AppImage",
2828
"changelog": "Terminal support, better seach options",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)