Skip to content

Commit 8a42d8a

Browse files
committed
(General) Bump version to 1.0.1
1 parent 3bc661b commit 8a42d8a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/sample.apk

941 KB
Binary file not shown.

buildSrc/src/main/java/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object App {
77
const val TARGET_SDK = 33
88

99
const val VERSION_CODE = 1
10-
const val VERSION_NAME = "1.0.0"
10+
const val VERSION_NAME = "1.0.1"
1111

1212
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
1313
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android.disableAutomaticComponentCreation=true
2727
# Maven publish information
2828

2929
GROUP=com.maxkeppeler.sheets-compose-dialogs
30-
VERSION_NAME=1.0.0
30+
VERSION_NAME=1.0.1
3131

3232
POM_DESCRIPTION=An Android library that offers dialogs & views for various use-cases - build with Jetpack Compose.
3333
POM_INCEPTION_YEAR=2022

0 commit comments

Comments
 (0)