Skip to content

Commit d0ffc29

Browse files
committed
Release 0.1.38
1 parent 4fbdb2e commit d0ffc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/ProjectConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ object ProjectConfig {
55
const val targetSdk = 29
66
const val compileSdk = 34
77
const val ndk = "21.3.6528147"
8-
const val versionName = "0.1.37"
9-
const val versionCode = 43
8+
const val versionName = "0.1.38"
9+
const val versionCode = 44
1010
const val applicationId = "ir.kazemcodes.infinityreader"
1111

1212
val desktopJvmTarget = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)