From 7ea328885efa2b03e424e10d28193254ad4fb697 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Tue, 9 Apr 2024 15:44:25 +0200 Subject: [PATCH] - [release] v11.1.2 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe1d79d57..973e50583 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## Latest releases 🛠 -- Kotlin && Multiplatform && Compose && Plugin | [v11.1.1](https://github.com/mikepenz/AboutLibraries/tree/v11.1.1) +- Kotlin && Multiplatform && Compose && Plugin | [v11.1.2](https://github.com/mikepenz/AboutLibraries/tree/v11.1.2) ## Gradle Plugin diff --git a/gradle.properties b/gradle.properties index 0aaae90ba..d00d4dccf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=com.mikepenz -VERSION_NAME=11.1.1 -VERSION_CODE=110101 +VERSION_NAME=11.1.2 +VERSION_CODE=110102 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