diff --git a/README.md b/README.md index ff5f51d..04e62b3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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.6.3' +implementation 'com.github.sink772:javaee-tokens:0.6.4' ``` 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 0be9ebe..3ea3f5c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.sink772 -VERSION=0.6.3 +VERSION=0.6.4