Skip to content

Commit f7e1598

Browse files
committed
Fix maven version numbers not actually being real
1 parent 6bf7276 commit f7e1598

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.2.0+1.20.1")
40+
modImplementation("gay.object.hexdebug:hexdebug-fabric:0.2.0+1.20.1")
41+
modImplementation("gay.object.hexdebug:hexdebug-forge:0.2.0+1.20.1")
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.2.0+1.20.1-SNAPSHOT")
45+
modImplementation("gay.object.hexdebug:hexdebug-fabric:0.2.0+1.20.1-SNAPSHOT")
46+
modImplementation("gay.object.hexdebug:hexdebug-forge:0.2.0+1.20.1-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)