Skip to content

Commit

Permalink
chore(gradle): bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Jan 13, 2024
1 parent 0fab54f commit 067c462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'org.spongepowered.mixin'

java.toolchain.languageVersion = JavaLanguageVersion.of(11)

version = '1.0.1'
version = '1.0.2'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/PixelmonFixes/issues/"

[[mods]]
modId="pixelmonfixes"
version="1.0.1"
version="1.0.2"
displayName="Fixes the Bugs"
displayURL="https://github.com/EnvyWare/PixelmonFixes"
credits="Envyful"
Expand Down

0 comments on commit 067c462

Please sign in to comment.