Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed Jul 21, 2024
1 parent 09614bf commit 36fe3c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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.3] - 2024-07-21

- Fix build issues when project path has spaces [\#26](https://github.com/ttypic/swift-klib-plugin/issues/26)

## [0.6.2] - 2024-07-21

[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.2)
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.2"
id("io.github.ttypic.swiftklib") version "0.6.3"
}
```

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

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.2"
id("io.github.ttypic.swiftklib") version "0.6.3"
}

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.7.0-SNAPSHOT"
version = "0.6.3"
group = "io.github.ttypic"

kotlin {
Expand Down

0 comments on commit 36fe3c7

Please sign in to comment.