Skip to content

Commit

Permalink
Updated version name and the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jul 29, 2022
1 parent fd2943b commit 4bf7acb
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'org.spongepowered.mixin'

version = '1.7.1'
version = '1.7.2'
group = 'com.majruszsenchantments'
archivesBaseName = 'majruszs-enchantments-1.19'

Expand Down
Binary file modified libs/majrusz-library-1.19-2.13.0.jar
Binary file not shown.
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 @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/Majrusz/MajruszsEnchantmentsMod/issues"

[[mods]]
modId="majruszsenchantments"
version="1.7.1"
version="1.7.2"
displayName="Majrusz's Enchantments"
updateJSONURL="https://raw.githubusercontent.com/Majrusz/MajruszsEnchantmentsMod/1.19/update.json"
displayURL="https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments"
Expand All @@ -31,6 +31,6 @@ issueTrackerURL="https://github.com/Majrusz/MajruszsEnchantmentsMod/issues"
[[dependencies.majruszsenchantments]]
modId="majruszlib"
mandatory=true
versionRange="[2.12.1,3.0.0)"
versionRange="[2.13.0,3.0.0)"
ordering="NONE"
side="BOTH"

0 comments on commit 4bf7acb

Please sign in to comment.