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

Commit 702d31e

Browse files
committed
Version 1.3.0
1 parent 4dac225 commit 702d31e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ option(CHIAKI_GUI_ENABLE_SDL_GAMECONTROLLER "Use SDL Gamecontroller for Input" O
2222
option(CHIAKI_CLI_ARGP_STANDALONE "Search for standalone argp lib for CLI" OFF)
2323

2424
set(CHIAKI_VERSION_MAJOR 1)
25-
set(CHIAKI_VERSION_MINOR 2)
26-
set(CHIAKI_VERSION_PATCH 1)
25+
set(CHIAKI_VERSION_MINOR 3)
26+
set(CHIAKI_VERSION_PATCH 0)
2727
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})
2828

2929
set(CPACK_PACKAGE_NAME "chiaki")

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 6
27+
versionCode 7
2828
versionName chiakiVersion
2929
externalNativeBuild {
3030
cmake {

0 commit comments

Comments
 (0)