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

Commit a77d34d

Browse files
authored
Merge pull request #16 from unsignedapps/fix/align-version-numbers
Aligned CLI version number with tag
2 parents 9124bab + f003f96 commit a77d34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

3333

0 commit comments

Comments
 (0)