From 5560a0e75ec0f819a33ad0bbd279d31c7cb4800b Mon Sep 17 00:00:00 2001 From: GeckoThePecko Date: Fri, 16 Aug 2024 11:40:34 -0400 Subject: [PATCH] bump version to 1.0.15 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bb5c114..ecda2e5 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { apply plugin: 'maven-publish' apply plugin: 'com.google.cloud.artifactregistry.gradle-plugin' -version = "1.0.14" +version = "1.0.15" group = "com.eliotlash.molang" archivesBaseName = "particleman"