diff --git a/gradle.properties b/gradle.properties index 53d7080..efe0905 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ mod_name=PolyHitbox # Sets the id of your mod that mod loaders use to recognize it. mod_id=polyhitbox # Sets the version of your mod. Make sure to update this when you make changes according to semver. -mod_version=1.0.2 +mod_version=1.0.2-alpha.1 # Sets the name of the jar file that you put in your 'mods' folder. mod_archives_name=PolyHitbox diff --git a/settings.gradle.kts b/settings.gradle.kts index 318beb3..effaada 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 } }