Skip to content

Commit

Permalink
Merge branch 'release/9.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Aug 23, 2023
2 parents 339a852 + 3668820 commit a4b3c53
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/SRGSSR/srganalytics-apple.git",
"state": {
"branch": null,
"revision": "438f5cff10a7624624eced42852c9789eeab2889",
"version": "8.1.0"
"revision": "c92014ca8838ad3cf403735ce25757afb04cd31f",
"version": "8.2.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Demo/Xcode/Shared/Targets/Application.xcconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "Xcode/Shared/Common.xcconfig"

// Version information
MARKETING_VERSION = 9.1.0
CURRENT_PROJECT_VERSION = 105
MARKETING_VERSION = 9.1.1
CURRENT_PROJECT_VERSION = 106

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 12.0
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/SRGSSR/srganalytics-apple.git",
"state": {
"branch": null,
"revision": "438f5cff10a7624624eced42852c9789eeab2889",
"version": "8.1.0"
"revision": "c92014ca8838ad3cf403735ce25757afb04cd31f",
"version": "8.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 = "9.1.0"
static let marketingVersion = "9.1.1"
}

let package = Package(
Expand All @@ -22,7 +22,7 @@ let package = Package(
dependencies: [
.package(name: "FXReachability", url: "https://github.com/SRGSSR/FXReachability.git", .exact("1.3.2-srg6")),
.package(name: "OHHTTPStubs", url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")),
.package(name: "SRGAnalytics", url: "https://github.com/SRGSSR/srganalytics-apple.git", .upToNextMinor(from: "8.1.0")),
.package(name: "SRGAnalytics", url: "https://github.com/SRGSSR/srganalytics-apple.git", .upToNextMinor(from: "8.2.0")),
.package(name: "SRGAppearance", url: "https://github.com/SRGSSR/srgappearance-apple.git", .upToNextMinor(from: "5.2.0")),
.package(name: "YYWebImage", url: "https://github.com/SRGSSR/YYWebImage.git", .exact("1.0.5-srg3"))
],
Expand Down
9 changes: 5 additions & 4 deletions WhatsNew-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"8.3.2-100": "- Maintenance release for unit tests.",
"8.4.0-101": "- Maintenance release for the library.\n- Demo: update Live Center section in list tab.",
"8.4.0-102": "- Maintenance release for the library.\n- Demo: update Live Center section in list tab.",
"8.4.0-103": "- Maintenance release for the library.\n- Demo: update Live Center section in list tab.",
"9.0.0-104": "- Remove bit rate setting in the library.",
"9.1.0-105": "- Update image provider. Updated artwork in control center.\n- Fix some crashes with UI controls and the slider."
}
"8.4.0-103": "- Maintenance release for the library.\n- Demo: update Live Center section in list tab.",
"9.0.0-104": "- Remove bit rate setting in the library.",
"9.1.0-105": "- Update image provider. Updated artwork in control center.\n- Fix some crashes with UI controls and the slider.",
"9.1.1-106": "- Maintenance release for the library."
}

0 comments on commit a4b3c53

Please sign in to comment.