Skip to content

Commit

Permalink
Update to version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eckon committed Sep 26, 2021
1 parent 41a0c0b commit 3891fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(qc VERSION 0.1.0)
project(qc VERSION 0.2.0)

add_compile_options(-Wall -Wextra -Wpedantic)

Expand Down
2 changes: 1 addition & 1 deletion generate/generate-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# install linuxdeploy (in this root dir for execution)
# https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage

VERSION="v0.1.0"
VERSION="v0.2.0"
export VERSION

./linuxdeploy-x86_64.AppImage \
Expand Down

0 comments on commit 3891fc4

Please sign in to comment.