Skip to content

Commit 5afdcc6

Browse files
committed
Update the version name
1 parent 3123170 commit 5afdcc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
sourceSets {
2222
val commonMain by getting {
2323
dependencies {
24-
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha08")
24+
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha09")
2525
}
2626
}
2727
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
2424
SONATYPE_HOST=S01
2525
RELEASE_SIGNING_ENABLED=true
2626
GROUP=com.moriatsushi.insetsx
27-
VERSION_NAME=0.1.0-alpha08
27+
VERSION_NAME=0.1.0-alpha09
2828

2929
POM_NAME=InsetsX
3030
POM_DESCRIPTION=WindowInsets utility for compose multiplatform

0 commit comments

Comments
 (0)