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

Commit 87f07d0

Browse files
committed
Bump to 1.4
1 parent 5d359fa commit 87f07d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@v2
131131

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

135135
# Create a release
136136
# Upload those artifacts to the release

Sources/CreateXCFramework/Command.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct Command: ParsableCommand {
2727
2828
Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", "))
2929
""",
30-
version: "1.3.1"
30+
version: "1.4.0"
3131
)
3232

3333

0 commit comments

Comments
 (0)