Skip to content

Commit

Permalink
(General) Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Jan 1, 2024
1 parent 7526e07 commit 5e4f8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object App {
const val TARGET_SDK = 33

const val VERSION_CODE = 12
const val VERSION_NAME = "1.2.0"
const val VERSION_NAME = "1.2.1"

const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android.disableAutomaticComponentCreation=true
# Maven publish information

GROUP=com.maxkeppeler.sheets-compose-dialogs
VERSION_NAME=1.2.0
VERSION_NAME=1.2.1

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

0 comments on commit 5e4f8cb

Please sign in to comment.