Skip to content

Commit ff7327b

Browse files
authored
Merge pull request #69 from unsignedapps/bump-2.2.0
Bump version number to 2.2.0
2 parents 6212f99 + 7127a0d commit ff7327b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.0"
30+
version: "2.2.0"
3131
)
3232

3333

action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path')
44
const artifact = require('././.action/artifact')
55
const fs = require('fs')
66

7-
const scxVersion = 'v2.1.0'
7+
const scxVersion = 'v2.2.0'
88
const outputPath = '.build/xcframework-zipfile.url'
99

1010
core.setCommandEcho(true)

0 commit comments

Comments
 (0)