Skip to content

Commit

Permalink
Merge branch 'release/7.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Aug 3, 2023
2 parents 63a8b41 + 6065da9 commit 7176081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 = 7.2.0
MARKETING_VERSION = 7.2.1

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 12.0
Expand Down
2 changes: 1 addition & 1 deletion 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 = "7.2.0"
static let marketingVersion: String = "7.2.1"
}

let package = Package(
Expand Down
1 change: 1 addition & 0 deletions Sources/SRGMediaPlayer/include/SRGMediaPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FOUNDATION_EXPORT NSString *SRGMediaPlayerMarketingVersion(void);
#import "AVAudioSession+SRGMediaPlayer.h"
#import "CMTime+SRGMediaPlayer.h"
#import "CMTimeRange+SRGMediaPlayer.h"
#import "NSDate+SRGMediaPlayer.h"
#import "SRGActivityGestureRecognizer.h"
#import "SRGAirPlayButton.h"
#import "SRGAirPlayView.h"
Expand Down

0 comments on commit 7176081

Please sign in to comment.