Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed Jul 21, 2024
1 parent 7bef8ed commit 5afe409
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/ttypic/swift-klib-plugin/tree/HEAD)

## 0.6.1 2024-07-21
## 0.6.2 2024-07-21

[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.1)
[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.2)

**Merged pull requests:**

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s

```kotlin
plugins {
id("io.github.ttypic.swiftklib") version "0.6.1"
id("io.github.ttypic.swiftklib") version "0.6.2"
}
```

Expand All @@ -36,7 +36,7 @@ buildscript {
}
}
dependencies {
classpath("io.github.ttypic:plugin:0.6.1")
classpath("io.github.ttypic:plugin:0.6.2")
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/file-hasher/shared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("com.android.library")
id("io.github.ttypic.swiftklib") version "0.6.1"
id("io.github.ttypic.swiftklib") version "0.6.2"
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks.named<Test>("test") {
useJUnitPlatform()
}

version = "0.6.1"
version = "0.6.2"
group = "io.github.ttypic"

kotlin {
Expand Down

0 comments on commit 5afe409

Please sign in to comment.