File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
examples/file-hasher/shared Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased] ( https://github.com/ttypic/swift-klib-plugin/tree/HEAD )
9
9
10
- ## 0.6.0 2024-07-21
10
+ ## 0.6.1 2024-07-21
11
11
12
- [ Full Changelog] ( https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.0 )
12
+ [ Full Changelog] ( https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.1 )
13
13
14
14
** Merged pull requests:**
15
15
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
22
22
23
23
``` kotlin
24
24
plugins {
25
- id(" io.github.ttypic.swiftklib" ) version " 0.6.0 "
25
+ id(" io.github.ttypic.swiftklib" ) version " 0.6.1 "
26
26
}
27
27
```
28
28
@@ -36,7 +36,7 @@ buildscript {
36
36
}
37
37
}
38
38
dependencies {
39
- classpath(" io.github.ttypic:plugin:0.6.0 " )
39
+ classpath(" io.github.ttypic:plugin:0.6.1 " )
40
40
}
41
41
}
42
42
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" multiplatform" )
3
3
id(" com.android.library" )
4
- id(" io.github.ttypic.swiftklib" ) version " 0.6.0 "
4
+ id(" io.github.ttypic.swiftklib" ) version " 0.6.1 "
5
5
}
6
6
7
7
kotlin {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tasks.named<Test>("test") {
18
18
useJUnitPlatform()
19
19
}
20
20
21
- version = " 0.6.0 "
21
+ version = " 0.6.1 "
22
22
group = " io.github.ttypic"
23
23
24
24
kotlin {
You can’t perform that action at this time.
0 commit comments