Skip to content

Commit

Permalink
Merge pull request #36 from mori-atsushi/v0.1.0-alpha06
Browse files Browse the repository at this point in the history
Prepare v0.1.0-alpha06
  • Loading branch information
mori-atsushi authored May 19, 2023
2 parents 1cd9ef5 + 02061ea commit 56a3975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha05")
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha06")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ org.jetbrains.compose.experimental.uikit.enabled=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
GROUP=com.moriatsushi.insetsx
VERSION_NAME=0.1.0-alpha05
VERSION_NAME=0.1.0-alpha06

POM_NAME=InsetsX
POM_DESCRIPTION=WindowInsets utility for compose multiplatform
Expand Down

0 comments on commit 56a3975

Please sign in to comment.