File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Full examples:
3636
3737``` groovy
3838// released versions
39- modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2 +1.19.2")
40- modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2 +1.19.2")
41- modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2 +1.19.2")
39+ modImplementation("gay.object.hexdebug:hexdebug-common:0.2.0 +1.19.2")
40+ modImplementation("gay.object.hexdebug:hexdebug-fabric:0.2.0 +1.19.2")
41+ modImplementation("gay.object.hexdebug:hexdebug-forge:0.2.0 +1.19.2")
4242
4343// bleeding edge builds
44- modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2 +1.19.2-SNAPSHOT")
45- modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2 +1.19.2-SNAPSHOT")
46- modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2 +1.19.2-SNAPSHOT")
44+ modImplementation("gay.object.hexdebug:hexdebug-common:0.2.0 +1.19.2-SNAPSHOT")
45+ modImplementation("gay.object.hexdebug:hexdebug-fabric:0.2.0 +1.19.2-SNAPSHOT")
46+ modImplementation("gay.object.hexdebug:hexdebug-forge:0.2.0 +1.19.2-SNAPSHOT")
4747```
4848
4949Try to avoid using things outside of the ` gay.object.hexdebug.api ` package, since they may change at any time.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ kotlin.stdlib.default.dependency=false
77
88# mod info
99modId =hexdebug
10- modVersion =0.2.0
10+ modVersion =0.2.1
1111minecraftVersion =1.19.2
1212mavenGroup =gay.object.hexdebug
1313
You can’t perform that action at this time.
0 commit comments