Skip to content

Commit

Permalink
Change version to 1.20.2-2.12.3-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
JDDev0 committed Sep 22, 2024
1 parent 9690059 commit f07af62
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 '6.0.+'
}

version = '1.20.2-2.12.3-forge-dev'
version = '1.20.2-2.12.3-forge'
group = 'me.jddev0.energizedpower' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'energizedpower'

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 @@ -19,7 +19,7 @@ modId="energizedpower" #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.20.2-2.12.3-forge-dev" #mandatory
version="1.20.2-2.12.3-forge" #mandatory
# A display name for the mod
displayName="Energized Power" #mandatory
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
Expand Down

0 comments on commit f07af62

Please sign in to comment.