From 7ed10e00cf886eb47ad3502ad7565bf7c0353d98 Mon Sep 17 00:00:00 2001 From: Querz Date: Tue, 6 Apr 2021 14:36:43 +0200 Subject: [PATCH] update version to 6.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e769b6dc..168c0be1 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/build.gradle b/build.gradle index 4e79db37..48a12040 100644 --- a/build.gradle +++ b/build.gradle @@ -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'