Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Jun 28, 2023
1 parent 238f561 commit c4c996d
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 @@ -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.
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.6.3
VERSION=0.6.4

0 comments on commit c4c996d

Please sign in to comment.