Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Jun 29, 2021
1 parent 71eaab3 commit 2b6004a
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 @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.sink772
VERSION=0.5.7
VERSION=0.6.0

0 comments on commit 2b6004a

Please sign in to comment.