File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# NBT
22[ ![ ] ( https://jitpack.io/v/AllayMC/NBT.svg )] ( https://jitpack.io/#AllayMC/NBT )
3- An Named Binary Tag library built including VarInt support introduced by Minecraft: Bedrock Edition in 0.16.0
3+ A Named Binary Tag library built including VarInt support introduced by Minecraft: Bedrock Edition in 0.16.0
44
55### Dependency
66
@@ -17,7 +17,7 @@ An Named Binary Tag library built including VarInt support introduced by Minecra
1717 <dependency >
1818 <groupId >com.github.AllayMC</groupId >
1919 <artifactId >NBT</artifactId >
20- <version >3.0.9 </version >
20+ <version >3.0.10 </version >
2121 </dependency >
2222</dependencies >
2323```
@@ -29,5 +29,5 @@ repositories {
2929 maven { url = uri(" https://jitpack.io" ) }
3030}
3131
32- implementation(" com.github.AllayMC:NBT:3.0.9 " )
32+ implementation(" com.github.AllayMC:NBT:3.0.10 " )
3333```
Original file line number Diff line number Diff line change 1- version =3.0.9
1+ version =3.0.10
You can’t perform that action at this time.
0 commit comments