Skip to content

Commit 8919fa0

Browse files
author
CoolLoong
authored
Update README.md
1 parent 6d93dbc commit 8919fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An Named Binary Tag library built including VarInt support introduced by Minecra
1818
<dependency>
1919
<groupId>com.github.AllayMC</groupId>
2020
<artifactId>NBT</artifactId>
21-
<version>3.0.3</version>
21+
<version>3.0.4</version>
2222
</dependency>
2323
</dependencies>
2424
```
@@ -30,5 +30,5 @@ repositories {
3030
maven { url = uri("https://jitpack.io") }
3131
}
3232

33-
implementation("com.github.AllayMC:NBT:3.0.3")
34-
```
33+
implementation("com.github.AllayMC:NBT:3.0.4")
34+
```

0 commit comments

Comments
 (0)