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