From fb8fa07e02a81a94b4bdae881e86ad45ec83b733 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Fri, 20 May 2022 11:44:36 +0200 Subject: [PATCH 1/2] Bump version number --- Demo/Demo.xcconfig | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo/Demo.xcconfig b/Demo/Demo.xcconfig index ccc7ca8..25abeb9 100644 --- a/Demo/Demo.xcconfig +++ b/Demo/Demo.xcconfig @@ -1,5 +1,5 @@ // Version information -MARKETING_VERSION = 3.2.2 +MARKETING_VERSION = 3.2.3 // Deployment targets IPHONEOS_DEPLOYMENT_TARGET = 12.0 diff --git a/Package.swift b/Package.swift index a64fd8f..a1dc9d1 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription struct ProjectSettings { - static let marketingVersion: String = "3.2.2" + static let marketingVersion: String = "3.2.3" } let package = Package( From 937d936ee9a2826f4f2070a3412db7943ec103cf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Fri, 20 May 2022 12:12:12 +0200 Subject: [PATCH 2/2] Update dependencies --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved index f81206e..cc1f24b 100644 --- a/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/SRGSSR/srgappearance-apple.git", "state": { "branch": null, - "revision": "cfd2b130277502b1355863ac4a105fd9922be752", - "version": "5.0.0" + "revision": "8fb77eac6855c4b2765e15b597665b951893f3f2", + "version": "5.1.0" } }, { diff --git a/Package.resolved b/Package.resolved index f81206e..cc1f24b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/SRGSSR/srgappearance-apple.git", "state": { "branch": null, - "revision": "cfd2b130277502b1355863ac4a105fd9922be752", - "version": "5.0.0" + "revision": "8fb77eac6855c4b2765e15b597665b951893f3f2", + "version": "5.1.0" } }, { diff --git a/Package.swift b/Package.swift index a1dc9d1..77173c1 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( dependencies: [ .package(name: "FXReachability", url: "https://github.com/SRGSSR/FXReachability.git", .exact("1.3.2-srg5")), .package(name: "Mantle", url: "https://github.com/Mantle/Mantle.git", .upToNextMinor(from: "2.2.0")), - .package(name: "SRGAppearance", url: "https://github.com/SRGSSR/srgappearance-apple.git", .upToNextMinor(from: "5.0.0")), + .package(name: "SRGAppearance", url: "https://github.com/SRGSSR/srgappearance-apple.git", .upToNextMinor(from: "5.1.0")), .package(name: "SRGNetwork", url: "https://github.com/SRGSSR/srgnetwork-apple.git", .upToNextMinor(from: "3.0.0")), .package(name: "UICKeyChainStore", url: "https://github.com/kishikawakatsumi/UICKeyChainStore.git", .upToNextMinor(from: "2.2.1")) ],