From 8e0ad20d4a2f3ed4b5796d9b6df1ee47b94fb997 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Thu, 3 Aug 2023 21:19:12 +0200 Subject: [PATCH 1/3] Bump version number --- Demo/Xcode/Shared/Targets/Application.xcconfig | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Demo/Xcode/Shared/Targets/Application.xcconfig b/Demo/Xcode/Shared/Targets/Application.xcconfig index 15d11879..4834a5e5 100644 --- a/Demo/Xcode/Shared/Targets/Application.xcconfig +++ b/Demo/Xcode/Shared/Targets/Application.xcconfig @@ -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 diff --git a/Package.swift b/Package.swift index 39ae154d..9d0fb7eb 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription struct ProjectSettings { - static let marketingVersion = "9.1.0" + static let marketingVersion = "9.1.1" } let package = Package( From fd88f106f1e6e94163794245118f91e3ec495216 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:31:20 +0200 Subject: [PATCH 2/3] Update SRGAnalytics --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Demo/SRGLetterbox-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/SRGLetterbox-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved index 63ad489c..c196d9f6 100644 --- a/Demo/SRGLetterbox-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Demo/SRGLetterbox-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, { diff --git a/Package.resolved b/Package.resolved index ee0160f3..e69f30bb 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index 9d0fb7eb..bbb77143 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-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")) ], From 3668820a92fa604a87593373e895624b9f4aa2dd Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:42:35 +0200 Subject: [PATCH 3/3] Update release notes --- WhatsNew-demo.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/WhatsNew-demo.json b/WhatsNew-demo.json index 41630be0..d4b76bc1 100644 --- a/WhatsNew-demo.json +++ b/WhatsNew-demo.json @@ -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." -} \ No newline at end of file + "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." +}