Skip to content

Commit 88a96b1

Browse files
committed
Change version to 1.20.1-2.15.12-forge
1 parent e4b846d commit 88a96b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id "me.shedaniel.unified-publishing" version "0.1.+"
66
}
77

8-
version = '1.20.1-2.15.12-forge-dev'
8+
version = '1.20.1-2.15.12-forge'
99
group = 'me.jddev0.energizedpower' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1010
archivesBaseName = 'energizedpower'
1111

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ modId="energizedpower" #mandatory
1919
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
2020
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
2121
# see the associated build.gradle script for how to populate this completely automatically during a build
22-
version="1.20.1-2.15.12-forge-dev" #mandatory
22+
version="1.20.1-2.15.12-forge" #mandatory
2323
# A display name for the mod
2424
displayName="Energized Power" #mandatory
2525
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/

0 commit comments

Comments
 (0)