Skip to content

Commit 3891fc4

Browse files
committed
Update to version v0.2.0
1 parent 41a0c0b commit 3891fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(qc VERSION 0.1.0)
3+
project(qc VERSION 0.2.0)
44

55
add_compile_options(-Wall -Wextra -Wpedantic)
66

generate/generate-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# install linuxdeploy (in this root dir for execution)
77
# https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
88

9-
VERSION="v0.1.0"
9+
VERSION="v0.2.0"
1010
export VERSION
1111

1212
./linuxdeploy-x86_64.AppImage \

0 commit comments

Comments
 (0)