From a3b3029d45d1da6e4e625c4f0506c1df819286ca Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Mon, 30 Jan 2023 12:34:54 +0100 Subject: [PATCH] chore: bump version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4ca2f89..93ccdeb 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'maven-publish' sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 -version = "1.0.0" +version = "1.1.0" group = "net.anvilcraft" archivesBaseName = "classic-casting"