diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 886f4b6..358ecff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: env: CARGO_TERM_COLOR: always - VERSION: ${{ github.event.inputs.version || '0.0.9' }} + VERSION: ${{ github.event.inputs.version || '0.0.10' }} TARGET_BRANCH: ${{ github.ref_name }} permissions: diff --git a/platforms/swift/Sources/Yttrium/Yttrium.swift b/platforms/swift/Sources/Yttrium/Yttrium.swift new file mode 100644 index 0000000..6784c41 --- /dev/null +++ b/platforms/swift/Sources/Yttrium/Yttrium.swift @@ -0,0 +1,3 @@ + +import Foundation +@_exported import YttriumCore \ No newline at end of file