Skip to content

Commit

Permalink
Merge pull request #25 from saschpe/saschpe.rel
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
saschpe committed Jun 24, 2024
2 parents 2239734 + e8ddc41 commit 6c8793f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2024-03-23
- Provide javadoc artifacts for Sonatype Maven Central
## [1.2.0] - 2024-06-24
- Add iosX64, tvosX64 and watchosX64 build target
- Dependency update:
- [Gradle 8.8](https://docs.gradle.org/8.8/release-notes.html)
- [Kotlin 2.0.0](https://github.com/JetBrains/kotlin/releases/tag/v2.0.0)

## [1.1.1] - 2024-03-23
- Provide javadoc artifacts for Sonatype Maven Central

## [1.1.0] - 2023-09-14
### Changed
- Apple: Add targets for `tvOS` and `watchOS` and `macOS`
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.1.1")
implementation("de.peilicke.sascha:kase64:1.2.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 @@ -45,7 +45,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.1.1"
version = "1.2.0"

publishing {
publications.withType<MavenPublication> {
Expand Down

0 comments on commit 6c8793f

Please sign in to comment.