We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9516df commit 43673b6Copy full SHA for 43673b6
README.md
@@ -17,7 +17,7 @@ An Named Binary Tag library built including VarInt support introduced by Minecra
17
<dependency>
18
<groupId>com.github.AllayMC</groupId>
19
<artifactId>NBT</artifactId>
20
- <version>3.0.6</version>
+ <version>3.0.7</version>
21
</dependency>
22
</dependencies>
23
```
@@ -29,5 +29,5 @@ repositories {
29
maven { url = uri("https://jitpack.io") }
30
}
31
32
-implementation("com.github.AllayMC:NBT:3.0.6")
+implementation("com.github.AllayMC:NBT:3.0.7")
33
0 commit comments