Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jul 21, 2024
1 parent 179fb8e commit 1b84aba
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
Expand Up @@ -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

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 1b84aba

Please sign in to comment.