Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Bump to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Apr 23, 2021
1 parent 5d359fa commit 87f07d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: actions/checkout@v2

- name: Create XCFramework
uses: unsignedapps/swift-create-xcframework@v1.3
uses: unsignedapps/swift-create-xcframework@v1.4

# Create a release
# Upload those artifacts to the release
Expand Down
2 changes: 1 addition & 1 deletion Sources/CreateXCFramework/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct Command: ParsableCommand {
Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", "))
""",
version: "1.3.1"
version: "1.4.0"
)


Expand Down

0 comments on commit 87f07d0

Please sign in to comment.