Skip to content

Commit

Permalink
Merge pull request #63 from mori-atsushi/alpha10
Browse files Browse the repository at this point in the history
Prepar for v0.1.0-alpha10
  • Loading branch information
mori-atsushi authored Jun 25, 2023
2 parents 7b569eb + 5caba81 commit c4dec84
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-alpha09")
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha10")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
GROUP=com.moriatsushi.insetsx
VERSION_NAME=0.1.0-alpha09
VERSION_NAME=0.1.0-alpha10

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

0 comments on commit c4dec84

Please sign in to comment.