From 4bb57110e80f3b56b17e7ca5e6de17f2c8fb01a4 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 25 Jan 2024 14:29:20 +0100 Subject: [PATCH] - [release] v11.1.0-b01 --- LICENSE | 2 +- README.md | 6 +++--- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 589561a73..9c71fb557 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Mike Penz + Copyright 2024 Mike Penz Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 49adc3149..8da8ef851 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ ## Latest releases 🛠 -- (Next Gen) Kotlin && Multiplatform && Plugin | [v10.10.0](https://github.com/mikepenz/AboutLibraries/tree/v10.10.0) -- Kotlin && Gradle Plugin | [v8.9.4](https://github.com/mikepenz/AboutLibraries/tree/v8.9.4) +- Kotlin && Multiplatform && Plugin | [v10.10.0](https://github.com/mikepenz/AboutLibraries/tree/v10.10.0) +- Compose 1.6.0 / Compose Multiplatform 1.6.0-beta01 | [v11.1.0-b01](https://github.com/mikepenz/AboutLibraries/tree/v11.1.0-b01) ## Gradle Plugin @@ -417,7 +417,7 @@ Additional dependencies can be provided via the plugins API to extend and provid # License - Copyright 2021 Mike Penz + Copyright 2024 Mike Penz Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index addfcb55a..665e35fba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=com.mikepenz -VERSION_NAME=10.10.0 -VERSION_CODE=101000 +VERSION_NAME=11.1.0-b01 +VERSION_CODE=110100 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