Skip to content

Commit

Permalink
feat: bump 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Nov 10, 2023
1 parent 756bb1e commit 249e0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An Named Binary Tag library built including VarInt support introduced by Minecra
<dependency>
<groupId>com.github.AllayMC</groupId>
<artifactId>NBT</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</dependency>
</dependencies>
```
Expand All @@ -29,5 +29,5 @@ repositories {
maven { url = uri("https://jitpack.io") }
}

implementation("com.github.AllayMC:NBT:3.0.7")
implementation("com.github.AllayMC:NBT:3.0.8")
```

0 comments on commit 249e0a8

Please sign in to comment.