Skip to content

Commit

Permalink
update to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
julesgrc0 committed Mar 21, 2024
1 parent 820c1b2 commit 7ebc23c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project("wispy" VERSION 0.0.8 LANGUAGES C)
project("wispy" VERSION 0.0.9 LANGUAGES C)

set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdk = 21
targetSdk = 34

versionCode = 4
versionName = "alpha-0.0.8"
versionCode = 5
versionName = "alpha-0.0.9"
}

buildTypes {
Expand Down

0 comments on commit 7ebc23c

Please sign in to comment.