Skip to content

Commit

Permalink
update version to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Apr 6, 2021
1 parent 479e154 commit 7ed10e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And then add it as a dependency as usual:
```
dependencies {
...
compile 'com.github.Querz:NBT:5.2'
compile 'com.github.Querz:NBT:6.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'jacoco'

group = 'net.querz.nbt'
archivesBaseName = 'nbt'
version = '6.0'
version = '6.1'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
compileJava.options.encoding = 'UTF-8'
Expand Down

0 comments on commit 7ed10e0

Please sign in to comment.