Skip to content

Commit

Permalink
Merge pull request #3 from saschpe/updates
Browse files Browse the repository at this point in the history
Updates and release 1.0.4
  • Loading branch information
saschpe authored Apr 26, 2022
2 parents 1d7fc39 + 01742c0 commit 799d7a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
}

plugins {
kotlin("jvm") version "1.6.20"
id("com.diffplug.spotless") version "6.3.0"
kotlin("jvm") version "1.6.21"
id("com.diffplug.spotless") version "6.5.0"
id("com.github.ben-manes.versions") version "0.42.0"
}

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 799d7a4

Please sign in to comment.