Skip to content

Commit 5afe409

Browse files
committed
Release 0.6.2
1 parent 7bef8ed commit 5afe409

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## 0.6.1 2024-07-21
10+
## 0.6.2 2024-07-21
1111

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

1414
**Merged pull requests:**
1515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
2222

2323
```kotlin
2424
plugins {
25-
id("io.github.ttypic.swiftklib") version "0.6.1"
25+
id("io.github.ttypic.swiftklib") version "0.6.2"
2626
}
2727
```
2828

@@ -36,7 +36,7 @@ buildscript {
3636
}
3737
}
3838
dependencies {
39-
classpath("io.github.ttypic:plugin:0.6.1")
39+
classpath("io.github.ttypic:plugin:0.6.2")
4040
}
4141
}
4242

examples/file-hasher/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
id("com.android.library")
4-
id("io.github.ttypic.swiftklib") version "0.6.1"
4+
id("io.github.ttypic.swiftklib") version "0.6.2"
55
}
66

77
kotlin {

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks.named<Test>("test") {
1818
useJUnitPlatform()
1919
}
2020

21-
version = "0.6.1"
21+
version = "0.6.2"
2222
group = "io.github.ttypic"
2323

2424
kotlin {

0 commit comments

Comments
 (0)