Skip to content

Commit

Permalink
1.0.0-rc07 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gentle-Hilt committed Sep 9, 2023
1 parent 42b5a7c commit 6609e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Setup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ private fun BaseExtension.setupAndroid() {
minSdk = 21
targetSdk = 34

versionCode = 12
versionName = "12.0"
versionCode = 13
versionName = "13.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=io.github.gentle-hilt
VERSION_NAME=12.0.0-rc06
VERSION_NAME=13.0.0-rc07

POM_DESCRIPTION=A pragmatic navigation library for Jetpack Compose
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit 6609e72

Please sign in to comment.