Skip to content

Commit

Permalink
bump PGT and ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jul 19, 2024
1 parent 9ff12e8 commit c60c56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name = Hytils Reborn
mod_id = hytils-reborn
mod_version = 1.7.1
mod_version = 1.7.2-alpha.1
# Sets the name of the jar file that you put in your 'mods' folder.
mod_archives_name=Hytils Reborn

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit c60c56a

Please sign in to comment.