Skip to content

Commit 0f5c08d

Browse files
committed
Change example versions to 1.19
1 parent 51f554a commit 0f5c08d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
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.20.1")
40-
modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2+1.20.1")
41-
modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2+1.20.1")
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")
4242
4343
// bleeding edge builds
44-
modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2+1.20.1-SNAPSHOT")
45-
modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2+1.20.1-SNAPSHOT")
46-
modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2+1.20.1-SNAPSHOT")
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")
4747
```
4848

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

0 commit comments

Comments
 (0)