From 2b6004a8c32979ef5bf54a2ec2b052413555f3f1 Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Tue, 29 Jun 2021 15:45:24 +0900 Subject: [PATCH] Bump version to 0.6.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6623c77..acd16ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc by adding the following dependency in your `build.gradle`. ```groovy -implementation 'com.github.sink772:javaee-tokens:0.5.7' +implementation 'com.github.sink772:javaee-tokens:0.6.0' ``` You need to create a entry Java class to inherit the attributes and methods from the basic token classes. diff --git a/gradle.properties b/gradle.properties index 2ca98ee..e629f0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.sink772 -VERSION=0.5.7 +VERSION=0.6.0