Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith authored and github-actions[bot] committed Jan 10, 2024
1 parent 39bb848 commit 4eccbb5
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 @@ -4,7 +4,7 @@ plugins {
id 'net.minecraftforge.gradle' version '5.1.+'
}

version = '1.3.10+forge-1.19.2'
version = '1.3.11+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.3.10+forge-1.19.2" #mandatory
version="1.3.11+forge-1.19.2" #mandatory

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

0 comments on commit 4eccbb5

Please sign in to comment.