File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
examples/file-hasher/shared Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ 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.3] - 2024-07-21
11
+
12
+ - Fix build issues when project path has spaces [ \# 26] ( https://github.com/ttypic/swift-klib-plugin/issues/26 )
13
+
10
14
## [ 0.6.2] - 2024-07-21
11
15
12
16
[ Full Changelog] ( https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.2 )
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.2 "
25
+ id(" io.github.ttypic.swiftklib" ) version " 0.6.3 "
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.2 " )
39
+ classpath(" io.github.ttypic:plugin:0.6.3 " )
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.2 "
4
+ id(" io.github.ttypic.swiftklib" ) version " 0.6.3 "
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.7.0-SNAPSHOT "
21
+ version = " 0.6.3 "
22
22
group = " io.github.ttypic"
23
23
24
24
kotlin {
You can’t perform that action at this time.
0 commit comments