Skip to content

Commit

Permalink
w1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
3093FengMing committed Apr 22, 2023
1 parent d82956b commit 6e3dc2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'org.parchmentmc.librarian.forgegradle'


version = 'forge-1.2.8+1.18.2'
version = 'forge-1.2.9+1.18.2'
group = 'me.fengming.vaultpatcher' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'vaultpatcher'

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ modId = "vaultpatcher" #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.2.8+1.18.2" #mandatory
version = "1.2.9+1.18.2" #mandatory
# A display name for the mod
displayName = "Vault Patcher" #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 Expand Up @@ -50,6 +50,6 @@ side = "BOTH"
modId = "minecraft"
mandatory = true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange = "[1.18.2,1.19.3)"
versionRange = "[1.18.2,1.19.4)"
ordering = "NONE"
side = "BOTH"

0 comments on commit 6e3dc2c

Please sign in to comment.