Skip to content

Commit 8a0daee

Browse files
committed
feat: bump version to 3.0.10
1 parent 0b62257 commit 8a0daee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.0.9
1+
version=3.0.10

0 commit comments

Comments
 (0)