Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cweckerl committed Jul 8, 2023
1 parent 4eed8f1 commit bcc18b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}

version = '1.20.1-2.0.4'
version = '1.20.1-2.0.5'
group = 'enemeez.simplefarming' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'simplefarming'
// archivesBaseName = 'simplefarming'

// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
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 @@ -4,7 +4,7 @@ license="MIT"
issueTrackerURL="https://github.com/cweckerl/simplefarming/issues"
[[mods]]
modId="simplefarming"
version="1.20.1-2.0.4"
version="1.20.1-2.0.5"
displayName="Simple Farming"
displayURL="https://www.curseforge.com/minecraft/mc-mods/simple-farming"
logoFile="examplemod.png"
Expand Down

0 comments on commit bcc18b0

Please sign in to comment.