From 89f2815f9cdef1523f9489e47800120b49675020 Mon Sep 17 00:00:00 2001 From: asanetargoss Date: Thu, 25 May 2023 20:48:00 -0700 Subject: [PATCH] Version 0.8.1 --- capstone/gradle.properties | 2 +- core/gradle.properties | 2 +- creatures/gradle.properties | 2 +- magic/gradle.properties | 2 +- survival/gradle.properties | 2 +- tweaks/gradle.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/capstone/gradle.properties b/capstone/gradle.properties index aff0dfe..086cb1a 100644 --- a/capstone/gradle.properties +++ b/capstone/gradle.properties @@ -3,6 +3,6 @@ #org.gradle.jvmargs=-Xmx3G # Bumping this up to 4 because these gradle scripts are getting complicated... org.gradle.jvmargs=-Xmx4G -version=0.8.0 +version=0.8.1 group=targoss.hardcorealchemy.capstone jarLabel=hardcorealchemy_capstone diff --git a/core/gradle.properties b/core/gradle.properties index 780654b..eca8fb2 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -3,6 +3,6 @@ #org.gradle.jvmargs=-Xmx3G # Bumping this up to 4 because these gradle scripts are getting complicated... org.gradle.jvmargs=-Xmx4G -version=0.2.0 +version=0.2.1 group=targoss.hardcorealchemy jarLabel=hardcorealchemy_core diff --git a/creatures/gradle.properties b/creatures/gradle.properties index 649b8b8..4af0d6d 100644 --- a/creatures/gradle.properties +++ b/creatures/gradle.properties @@ -3,6 +3,6 @@ #org.gradle.jvmargs=-Xmx3G # Bumping this up to 4 because these gradle scripts are getting complicated... org.gradle.jvmargs=-Xmx4G -version=0.2.0 +version=0.2.1 group=targoss.hardcorealchemy.creatures jarLabel=hardcorealchemy_creatures diff --git a/magic/gradle.properties b/magic/gradle.properties index 93c67cb..8365063 100644 --- a/magic/gradle.properties +++ b/magic/gradle.properties @@ -3,6 +3,6 @@ #org.gradle.jvmargs=-Xmx3G # Bumping this up to 4 because these gradle scripts are getting complicated... org.gradle.jvmargs=-Xmx4G -version=0.2.0 +version=0.2.1 group=targoss.hardcorealchemy.magic jarLabel=hardcorealchemy_magic diff --git a/survival/gradle.properties b/survival/gradle.properties index c3724c3..dd13b0b 100644 --- a/survival/gradle.properties +++ b/survival/gradle.properties @@ -3,6 +3,6 @@ #org.gradle.jvmargs=-Xmx3G # Bumping this up to 4 because these gradle scripts are getting complicated... org.gradle.jvmargs=-Xmx4G -version=0.2.0 +version=0.2.1 group=targoss.hardcorealchemy.survival jarLabel=hardcorealchemy_survival diff --git a/tweaks/gradle.properties b/tweaks/gradle.properties index 012bc09..5983017 100644 --- a/tweaks/gradle.properties +++ b/tweaks/gradle.properties @@ -3,6 +3,6 @@ #org.gradle.jvmargs=-Xmx3G # Bumping this up to 4 because these gradle scripts are getting complicated... org.gradle.jvmargs=-Xmx4G -version=0.2.0 +version=0.2.1 group=targoss.hardcorealchemy.tweaks jarLabel=hardcorealchemy_tweaks