Skip to content

Commit

Permalink
0.14.0 (52)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAtNacamar committed Nov 25, 2021
1 parent 4de5ece commit eb73744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Product Version, PLEASE CHANGE HERE to affect all targets
MARKETING_VERSION = 0.14.0
// Build number, PLEASE CHANGE HERE to affect all targets
CURRENT_PROJECT_VERSION = 51
CURRENT_PROJECT_VERSION = 52

// Product name, PLEASE CHANGE HERE to affect all targets
PRODUCT_NAME = YbridPlayerSDK
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
.binaryTarget(
name: "YbridPlayerSDK",
url: "https://github.com/ybrid/player-sdk-swift/releases/download/\(version)/YbridPlayerSDK.xcframework.zip",
checksum: "32867e558d7dc072867dd135e24b9f322502e863f1c189b45a8ee58c870e8acf"
checksum: "b425969ac65031b6bcfaf49fb3bf95f72633a929f3db4ae77b0377a82338dfe9"
)
]
)
Expand Down
2 changes: 1 addition & 1 deletion player-sdk-swift/PlayerPackaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ PRODUCT_NAME = YbridPlayerSDK
MARKETING_VERSION = 0.14.0

# Value of AudioPlayer.configuration.bundleBuildNumber
CURRENT_PROJECT_VERSION = 51
CURRENT_PROJECT_VERSION = 52

0 comments on commit eb73744

Please sign in to comment.