We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bc032 commit 7befe4bCopy full SHA for 7befe4b
README.md
@@ -15,7 +15,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
15
by adding the following dependency in your `build.gradle`.
16
17
```groovy
18
-implementation 'com.github.sink772:javaee-tokens:0.6.1'
+implementation 'com.github.sink772:javaee-tokens:0.6.2'
19
```
20
21
You need to create a entry Java class to inherit the attributes and methods from the basic token classes.
gradle.properties
@@ -1,2 +1,2 @@
1
GROUP=com.github.sink772
2
-VERSION=0.6.1
+VERSION=0.6.2
0 commit comments