From 87f07d0a776eda0078927b3e2d852d9695c464b0 Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Fri, 23 Apr 2021 21:01:20 +1000 Subject: [PATCH] Bump to 1.4 --- README.md | 2 +- Sources/CreateXCFramework/Command.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e2ed59..8a4ef3b 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ jobs: - uses: actions/checkout@v2 - name: Create XCFramework - uses: unsignedapps/swift-create-xcframework@v1.3 + uses: unsignedapps/swift-create-xcframework@v1.4 # Create a release # Upload those artifacts to the release diff --git a/Sources/CreateXCFramework/Command.swift b/Sources/CreateXCFramework/Command.swift index 3510976..299f04e 100644 --- a/Sources/CreateXCFramework/Command.swift +++ b/Sources/CreateXCFramework/Command.swift @@ -27,7 +27,7 @@ struct Command: ParsableCommand { Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", ")) """, - version: "1.3.1" + version: "1.4.0" )