Skip to content

Commit

Permalink
Merge branch 'release/9.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Nov 24, 2023
2 parents 5fbe141 + 05003ce commit 45343b6
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 = 9.0.1
MARKETING_VERSION = 9.0.2

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 12.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": null,
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
"revision": "a7380a80cab17b9c3f84e1b32d6c403b0bedc2be",
"version": "18.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": null,
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
"revision": "a7380a80cab17b9c3f84e1b32d6c403b0bedc2be",
"version": "18.1.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 = "9.0.1"
static let marketingVersion: String = "9.0.2"
}

let package = Package(
Expand Down Expand Up @@ -38,7 +38,7 @@ let package = Package(
dependencies: [
.package(name: "ComScore", url: "https://github.com/comScore/Comscore-Swift-Package-Manager.git", .upToNextMinor(from: "6.11.0")),
.package(name: "SRGContentProtection", url: "https://github.com/SRGSSR/srgcontentprotection-apple.git", .upToNextMinor(from: "3.1.0")),
.package(name: "SRGDataProvider", url: "https://github.com/SRGSSR/srgdataprovider-apple.git", .upToNextMinor(from: "18.0.0")),
.package(name: "SRGDataProvider", url: "https://github.com/SRGSSR/srgdataprovider-apple.git", .upToNextMinor(from: "18.1.0")),
.package(name: "SRGIdentity", url: "https://github.com/SRGSSR/srgidentity-apple.git", .upToNextMinor(from: "3.3.0")),
.package(name: "SRGLogger", url: "https://github.com/SRGSSR/srglogger-apple.git", .upToNextMinor(from: "3.1.0")),
.package(name: "SRGMediaPlayer", url: "https://github.com/SRGSSR/srgmediaplayer-apple.git", .upToNextMinor(from: "7.2.0")),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": null,
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
"revision": "a7380a80cab17b9c3f84e1b32d6c403b0bedc2be",
"version": "18.1.0"
}
},
{
Expand Down

0 comments on commit 45343b6

Please sign in to comment.