Skip to content

Commit 5e4f8cb

Browse files
committed
(General) Bump version to 1.2.1
1 parent 7526e07 commit 5e4f8cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = 12
10-
const val VERSION_NAME = "1.2.0"
10+
const val VERSION_NAME = "1.2.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.2.0
30+
VERSION_NAME=1.2.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)