Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong authored Jun 7, 2023
1 parent 6d93dbc commit 8919fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.3</version>
<version>3.0.4</version>
</dependency>
</dependencies>
```
Expand All @@ -30,5 +30,5 @@ repositories {
maven { url = uri("https://jitpack.io") }
}

implementation("com.github.AllayMC:NBT:3.0.3")
```
implementation("com.github.AllayMC:NBT:3.0.4")
```

0 comments on commit 8919fa0

Please sign in to comment.