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.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Apr 23, 2021
1 parent 2d1a893 commit 5d359fa
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 @@ -141,7 +141,7 @@ jobs:
You can install using mint:

```shell
mint install unsignedapps/swift-create-xcframework@v1.3.0
mint install unsignedapps/swift-create-xcframework
```

Or manually:
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.0"
version: "1.3.1"
)


Expand Down

0 comments on commit 5d359fa

Please sign in to comment.