From c948f79f4457d04efd3830ee729af8f7abe4569f Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 9 May 2024 17:20:01 +0200 Subject: [PATCH] - [release] v11.2.0-a01 --- README.md | 1 + gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51accab0f..0f2035740 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ ## Latest releases 🛠 - Kotlin && Multiplatform && Compose && Plugin | [v11.1.4](https://github.com/mikepenz/AboutLibraries/tree/v11.1.4) +- Kotlin 2.x && Multiplatform && Compose && Plugin | [v11.2.0-a01](https://github.com/mikepenz/AboutLibraries/tree/v11.2.0-a01) ## Gradle Plugin diff --git a/gradle.properties b/gradle.properties index 8fc470863..b02213783 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=com.mikepenz -VERSION_NAME=11.1.4 -VERSION_CODE=110104 +VERSION_NAME=11.2.0-a01 +VERSION_CODE=110200 POM_URL=https://github.com/mikepenz/AboutLibraries POM_SCM_URL=https://github.com/mikepenz/AboutLibraries POM_SCM_CONNECTION=scm:git@github.com:mikepenz/AboutLibraries.git