From bf65ce737e8dc89aa4162971f420fdfe36467825 Mon Sep 17 00:00:00 2001 From: Daniele Conti Date: Fri, 3 May 2024 08:06:17 +0200 Subject: [PATCH] Update lib version to v1.1.1 --- README.md | 4 ++-- construo/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f16992f..cf13443 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Kotlin DSL ```kotlin plugins { - id("io.github.fourlastor.construo") version "1.1.0" + id("io.github.fourlastor.construo") version "1.1.1" } ``` @@ -20,7 +20,7 @@ Groovy DSL ```groovy plugins { - id "io.github.fourlastor.construo" version "1.1.0" + id "io.github.fourlastor.construo" version "1.1.1" } ``` diff --git a/construo/gradle.properties b/construo/gradle.properties index 9fbac44..b73ca09 100644 --- a/construo/gradle.properties +++ b/construo/gradle.properties @@ -2,4 +2,4 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms128m -Xmx1500m org.gradle.configureondemand=false -libVersion=1.1.0 +libVersion=1.1.1