From 803e72afb8549a5d3f6e501d5cff58e9b69b22e3 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 29 Jun 2024 13:02:36 +0200 Subject: [PATCH] - [release] v11.2.2 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e18ce0a99..f26197873 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## Latest releases 🛠 -- Kotlin 2.x && Multiplatform && Compose && Plugin | [v11.2.1](https://github.com/mikepenz/AboutLibraries/tree/v11.2.1) +- Kotlin 2.x && Multiplatform && Compose && Plugin | [v11.2.2](https://github.com/mikepenz/AboutLibraries/tree/v11.2.2) ## Gradle Plugin diff --git a/gradle.properties b/gradle.properties index abb22f5f9..6a52ac57d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=com.mikepenz -VERSION_NAME=11.2.1 -VERSION_CODE=110201 +VERSION_NAME=11.2.2 +VERSION_CODE=110202 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