Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 23, 2024
1 parent f8263d4 commit 1d81575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions platforms/swift/Sources/Yttrium/Yttrium.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

import Foundation
@_exported import YttriumCore

0 comments on commit 1d81575

Please sign in to comment.