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 d685ad5 commit 9e02f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.2-unfinished'
version = '1.1.2'
group = 'com.majruszsaccessories' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'majruszs-accessories-1.19.3'

Expand Down Expand Up @@ -82,8 +82,8 @@ 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:majruszs-difficulty-1.19.3:1.6.1-unfinished' )
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0' )
implementation fg.deobf( 'com.mlib:majruszs-difficulty-1.19.3:1.6.1' )
runtimeOnly fg.deobf( "top.theillusivec4.curios:curios-forge:1.19.3-5.1.1.2" )
compileOnly fg.deobf( "top.theillusivec4.curios:curios-forge:1.19.3-5.1.1.2:api" )
}
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9e02f2f

Please sign in to comment.