Skip to content

Commit

Permalink
Merge pull request #4 from keiji/update_version
Browse files Browse the repository at this point in the history
Bump up version to 0.9.0
  • Loading branch information
keiji authored Oct 17, 2021
2 parents f77ff4f + 61a5387 commit 4db8ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To add RFC4648 for Java to your project, include the following in your app modul
dependencies {
...
implementation 'dev.keiji.rfc4648:rfc4648:0.8.0'
implementation 'dev.keiji.rfc4648:rfc4648:0.9.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'dev.keiji.rfc4648'
version '0.8.0'
version '0.9.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,7 +36,7 @@ publishing {

pom {
name = 'RFC4648 for Java'
description = 'Utilities for encoding and decoding the Base64 representation of binary data.'
description = 'Utilities for encoding and decoding the Base64, Base32, Extended Hex Base32 and Base16 representation of binary data.'
url = 'https://github.com/keiji/rfc4648-java'
licenses {
license {
Expand Down

0 comments on commit 4db8ecf

Please sign in to comment.