Skip to content

Commit 145c00f

Browse files
committed
Bump version to 1.0.1
Signed-off-by: Akane Beneckendorff <[email protected]>
1 parent 00daaab commit 145c00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "org.akanework.checker"
1313
minSdk = 24
1414
targetSdk = 34
15-
versionCode = 1
16-
versionName = "1.0.0"
15+
versionCode = 2
16+
versionName = "1.0.1"
1717
}
1818

1919
buildTypes {

0 commit comments

Comments
 (0)