Skip to content

Commit

Permalink
Release version 1.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
  • Loading branch information
saschpe committed Jul 31, 2022
1 parent 062f607 commit fc14d4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.6] - 2022-07-31
- Dependency update:
- [Android Gradle Plugin 7.2.1](https://developer.android.com/studio/releases/gradle-plugin#7-2-0)
- [Kotlin 1.7.10](https://github.com/JetBrains/kotlin/releases/tag/v1.7.10)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:kase64:1.0.5")
implementation("de.peilicke.sascha:kase64:1.0.6")
}
```

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

group = "de.peilicke.sascha"
version = "1.0.5"
version = "1.0.6"

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

0 comments on commit fc14d4c

Please sign in to comment.