diff --git a/Demo/Demo.xcconfig b/Demo/Demo.xcconfig index 3fd65c1..0c4c7ea 100644 --- a/Demo/Demo.xcconfig +++ b/Demo/Demo.xcconfig @@ -1,5 +1,5 @@ // Version information -MARKETING_VERSION = 3.2.0 +MARKETING_VERSION = 3.2.1 // Deployment targets IPHONEOS_DEPLOYMENT_TARGET = 12.0 diff --git a/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8f42da3..f81206e 100644 --- a/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Demo/SRGIdentity-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/Mantle/Mantle.git", "state": { "branch": null, - "revision": "bbe0cbe68582a18a6df7516778196ba3cf420ad3", - "version": "2.1.7" + "revision": "16f72bfe72a2ab29654ba894da1c32b17524e1a6", + "version": "2.2.0" } }, { diff --git a/Package.resolved b/Package.resolved index 8f42da3..f81206e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/Mantle/Mantle.git", "state": { "branch": null, - "revision": "bbe0cbe68582a18a6df7516778196ba3cf420ad3", - "version": "2.1.7" + "revision": "16f72bfe72a2ab29654ba894da1c32b17524e1a6", + "version": "2.2.0" } }, { diff --git a/Package.swift b/Package.swift index 8925e4d..e776334 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription struct ProjectSettings { - static let marketingVersion: String = "3.2.0" + static let marketingVersion: String = "3.2.1" } let package = Package( @@ -21,7 +21,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.1.6")), + .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: "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")) diff --git a/Tests/SRGIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Tests/SRGIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved index fb9ec1c..eba201f 100644 --- a/Tests/SRGIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Tests/SRGIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/Mantle/Mantle.git", "state": { "branch": null, - "revision": "bbe0cbe68582a18a6df7516778196ba3cf420ad3", - "version": "2.1.7" + "revision": "16f72bfe72a2ab29654ba894da1c32b17524e1a6", + "version": "2.2.0" } }, {