From 02061eaf754bb1609abf19fa9e7c6398d73d0787 Mon Sep 17 00:00:00 2001 From: Mori-Atsushi Date: Fri, 19 May 2023 23:20:02 +0900 Subject: [PATCH] Update version name --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbbbecc..b2a61e7 100644 --- a/README.md +++ b/README.md @@ -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") } } } diff --git a/gradle.properties b/gradle.properties index 25382a5..ab93d3f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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