Skip to content

Commit

Permalink
Updated version name and removed unfinished tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jan 9, 2023
1 parent 4c0b5d5 commit 3f4d1d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Modrinth](https://modrinth.com/mod/majruszs-enchantments)

## Current Mod Releases (Source Code)
- [v1.7.8 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.19.X)
- [v1.8.0 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.19.X)
- [v1.6.3 for Minecraft 1.18.2](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.18.X) *(not supported anymore)*
- [v1.5.2 for Minecraft 1.17.1](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.17.1) *(not supported anymore)*
- [v1.3.5 for Minecraft 1.16.5](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.16.4) *(not supported anymore)*
Expand Down
4 changes: 2 additions & 2 deletions 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.8-unfinished'
version = '1.8.0'
group = 'com.majruszsenchantments'
archivesBaseName = 'majruszs-enchantments-1.19.3'

Expand Down Expand Up @@ -98,7 +98,7 @@ repositories {

dependencies {
minecraft 'net.minecraftforge:forge:1.19.3-44.0.18'
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0-unfinished' )
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0' )
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
}

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

[[mods]]
modId="majruszsenchantments"
version="1.7.8-unfinished"
version="1.8.0"
displayName="Majrusz's Enchantments"
updateJSONURL="https://raw.githubusercontent.com/Majrusz/MinecraftCommon/main/Enchantments/update.json"
displayURL="https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments"
Expand Down

0 comments on commit 3f4d1d6

Please sign in to comment.