Skip to content

Commit

Permalink
Merge branch 'release/3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Dec 10, 2021
2 parents c4eb6fb + 44cdbe6 commit a64f00d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Demo/Demo.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Version information
MARKETING_VERSION = 3.2.0
MARKETING_VERSION = 3.2.1

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 12.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down

0 comments on commit a64f00d

Please sign in to comment.