Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 60db918

Browse files
committed
Version 1.1.2
1 parent a3ae9d4 commit 60db918

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
@@ -15,7 +15,7 @@ option(CHIAKI_CLI_ARGP_STANDALONE "Search for standalone argp lib for CLI" OFF)
1515

1616
set(CHIAKI_VERSION_MAJOR 1)
1717
set(CHIAKI_VERSION_MINOR 1)
18-
set(CHIAKI_VERSION_PATCH 1)
18+
set(CHIAKI_VERSION_PATCH 2)
1919
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})
2020

2121
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
applicationId "com.metallic.chiaki"
2525
minSdkVersion 21
2626
targetSdkVersion 29
27-
versionCode 2
27+
versionCode 3
2828
versionName chiakiVersion
2929
externalNativeBuild {
3030
cmake {

0 commit comments

Comments
 (0)