Skip to content

Commit

Permalink
Removed unfinished tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jan 9, 2023
1 parent 168436f commit 8ea42fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6.1-unfinished'
version = '1.6.1'
group = 'com.majruszsdifficulty'
archivesBaseName = 'majruszs-difficulty-1.19.3'

Expand Down Expand Up @@ -77,7 +77,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' )
}

// Example for how to get properties into the manifest for reading at runtime.
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/MajruszsProgressiveDifficultyMod/i

[[mods]]
modId = "majruszsdifficulty"
version = "1.6.1-unfinished"
version = "1.6.1"
displayName = "Majrusz's Progressive Difficulty"
updateJSONURL = "https://raw.githubusercontent.com/Majrusz/MinecraftCommon/main/ProgressiveDifficulty/update.json"
displayURL = "https://www.curseforge.com/minecraft/mc-mods/majruszs-progressive-difficulty"
Expand Down

0 comments on commit 8ea42fa

Please sign in to comment.