From 1b84aba5285a5bb858a405a4785f2000f694e737 Mon Sep 17 00:00:00 2001 From: ev chang Date: Mon, 22 Jul 2024 02:48:18 +0900 Subject: [PATCH] bump ver --- gradle.properties | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 167ba60..c93b14e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ mod_name=OverflowParticles # Sets the id of your mod that mod loaders use to recognize it. mod_id=overflowparticles # Sets the version of your mod. Make sure to update this when you make changes according to semver. -mod_version=1.0.1 +mod_version=1.0.2 # Sets the name of the jar file that you put in your 'mods' folder. mod_archives_name=OverflowParticles diff --git a/settings.gradle.kts b/settings.gradle.kts index a8b5001..ee8b293 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { maven("https://repo.polyfrost.org/releases") // Adds the Polyfrost maven repository to get Polyfrost Gradle Toolkit } plugins { - val pgtVersion = "0.6.2" // Sets the default versions for Polyfrost Gradle Toolkit + val pgtVersion = "0.6.5" // Sets the default versions for Polyfrost Gradle Toolkit id("org.polyfrost.multi-version.root") version pgtVersion } }