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

Commit 5d359fa

Browse files
committed
Bump to 1.3.1
1 parent 2d1a893 commit 5d359fa

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
@@ -141,7 +141,7 @@ jobs:
141141
You can install using mint:
142142

143143
```shell
144-
mint install unsignedapps/swift-create-xcframework@v1.3.0
144+
mint install unsignedapps/swift-create-xcframework
145145
```
146146

147147
Or manually:

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.0"
30+
version: "1.3.1"
3131
)
3232

3333

0 commit comments

Comments
 (0)