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

Commit

Permalink
Merge pull request #69 from unsignedapps/bump-2.2.0
Browse files Browse the repository at this point in the history
Bump version number to 2.2.0
  • Loading branch information
bok- authored Jun 17, 2022
2 parents 6212f99 + 7127a0d commit ff7327b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0"
version: "2.2.0"
)


Expand Down
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path')
const artifact = require('././.action/artifact')
const fs = require('fs')

const scxVersion = 'v2.1.0'
const scxVersion = 'v2.2.0'
const outputPath = '.build/xcframework-zipfile.url'

core.setCommandEcho(true)
Expand Down

0 comments on commit ff7327b

Please sign in to comment.