Skip to content

Commit

Permalink
Release version 1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <[email protected]>
  • Loading branch information
saschpe committed Apr 26, 2022
1 parent c0c52b1 commit 01742c0
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 @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:kase64:1.0.3")
implementation("de.peilicke.sascha:kase64:1.0.4")
}
```

Expand Down
2 changes: 1 addition & 1 deletion kase64/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.0.3"
version = "1.0.4"

val javadocJar by tasks.registering(Jar::class) {
archiveClassifier.set("javadoc")
Expand Down

0 comments on commit 01742c0

Please sign in to comment.