Skip to content

Commit

Permalink
update version to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith authored and github-actions[bot] committed Jan 31, 2024
1 parent 8d226f6 commit 00dbb97
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 @@ -5,7 +5,7 @@ plugins {
id 'org.spongepowered.mixin' version '0.7.+'
}

version = '1.5.5+forge-1.19.2'
version = '1.5.6+forge-1.19.2'
group = 'com.kikis.ptdyeplus'
archivesBaseName = 'ptdyeplus'

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 @@ -24,7 +24,7 @@ modId="ptdyeplus" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
# see the associated build.gradle script for how to populate this completely automatically during a build
version="1.5.5+forge-1.19.2" #mandatory
version="1.5.6+forge-1.19.2" #mandatory

# A display name for the mod
displayName="Ptdye Plus" #mandatory
Expand Down

0 comments on commit 00dbb97

Please sign in to comment.