Skip to content

Commit 8c6f3f7

Browse files
committed
Merge branch 'main' into 1.19
# Conflicts: # README.md # gradle.properties
2 parents 7c8df36 + 94a8e80 commit 8c6f3f7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4949
Try to avoid using things outside of the `gay.object.hexdebug.api` package, since they may change at any time.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.stdlib.default.dependency=false
77

88
# mod info
99
modId=hexdebug
10-
modVersion=0.2.0
10+
modVersion=0.2.1
1111
minecraftVersion=1.19.2
1212
mavenGroup=gay.object.hexdebug
1313

0 commit comments

Comments
 (0)