From acd296bca2323c732b06d7d9efdd21da9f7a5d00 Mon Sep 17 00:00:00 2001 From: alexstyl <1665273+alexstyl@users.noreply.github.com> Date: Sat, 11 May 2024 17:07:29 +0300 Subject: [PATCH] Prepare version 1.4.0 --- README.md | 2 +- docs/index.md | 2 +- menu/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6f374d..3069273 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation("com.composables.ui:menu:1.2.0") + implementation("com.composables.ui:menu:1.3.0") } ``` diff --git a/docs/index.md b/docs/index.md index d7828e9..ac24f19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ repositories { } dependencies { - implementation("com.composables.ui:menu:1.0.0") + implementation("com.composables.ui:menu:1.3.0") } ``` diff --git a/menu/build.gradle.kts b/menu/build.gradle.kts index edaca68..f6db8d1 100644 --- a/menu/build.gradle.kts +++ b/menu/build.gradle.kts @@ -14,7 +14,7 @@ plugins { val publishGroupId = "com.composables.ui" val publishArtifactId = "menu" -val publishVersion = "1.3.0" +val publishVersion = "1.4.0" val githubUrl = "github.com/composablehorizons/compose-menu" java {