diff --git a/CHANGELOG.md b/CHANGELOG.md index 899db25a..6d544766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. --- -## [X.X.X] +## [1.7.1] * Fix: * Spm install diff --git a/Example/Info.plist b/Example/Info.plist index 712ef3e2..ffc7905a 100644 --- a/Example/Info.plist +++ b/Example/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion - 20201013.1852 + 20201014.0004 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ModernAVPlayer.podspec b/ModernAVPlayer.podspec index 0b8dd92a..72e7bfb9 100644 --- a/ModernAVPlayer.podspec +++ b/ModernAVPlayer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ModernAVPlayer' - s.version = '1.7.0' + s.version = '1.7.1' s.summary = 'ModernAVPlayer is an audio persistence AVPlayer wrapper' s.description = <<-DESC ModernAVPlayer is an ongoing project that aims to create a more usable audio video player with readable status and network persistence option. diff --git a/ModernAVPlayer.xcodeproj/project.pbxproj b/ModernAVPlayer.xcodeproj/project.pbxproj index 3dcb2984..1f9fd6d7 100644 --- a/ModernAVPlayer.xcodeproj/project.pbxproj +++ b/ModernAVPlayer.xcodeproj/project.pbxproj @@ -903,7 +903,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20201013.1852; + CURRENT_PROJECT_VERSION = 20201014.0004; DEVELOPMENT_TEAM = UNDCF9JXB2; INFOPLIST_FILE = Example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -926,7 +926,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 20201013.1852; + CURRENT_PROJECT_VERSION = 20201014.0004; DEVELOPMENT_TEAM = 95Y7JDW7K4; INFOPLIST_FILE = Example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/Podfile.lock b/Podfile.lock index 6944a73e..07dfe241 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,6 +1,6 @@ PODS: - - ModernAVPlayer/Core (1.7.0) - - ModernAVPlayer/RxSwift (1.7.0): + - ModernAVPlayer/Core (1.7.1) + - ModernAVPlayer/RxSwift (1.7.1): - ModernAVPlayer/Core - RxCocoa (~> 5.0) - RxSwift (~> 5.0) @@ -42,7 +42,7 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - ModernAVPlayer: 9dd795ccf5e3dd91390cca4f32735b09efdc40e2 + ModernAVPlayer: e9b1809e897fa8b6bdf138556af5b9ed0397ec36 Nimble: 18d5360282923225d62b09d781f63abc1a0111fc Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c diff --git a/Pods/Local Podspecs/ModernAVPlayer.podspec.json b/Pods/Local Podspecs/ModernAVPlayer.podspec.json index 20a58cbc..296a019d 100644 --- a/Pods/Local Podspecs/ModernAVPlayer.podspec.json +++ b/Pods/Local Podspecs/ModernAVPlayer.podspec.json @@ -1,6 +1,6 @@ { "name": "ModernAVPlayer", - "version": "1.7.0", + "version": "1.7.1", "summary": "ModernAVPlayer is an audio persistence AVPlayer wrapper", "description": "ModernAVPlayer is an ongoing project that aims to create a more usable audio video player with readable status and network persistence option.", "homepage": "https://github.com/raphrel/ModernAVPlayer", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/raphrel/ModernAVPlayer.git", - "tag": "1.7.0" + "tag": "1.7.1" }, "default_subspecs": "Core", "platforms": { diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 6944a73e..07dfe241 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,6 +1,6 @@ PODS: - - ModernAVPlayer/Core (1.7.0) - - ModernAVPlayer/RxSwift (1.7.0): + - ModernAVPlayer/Core (1.7.1) + - ModernAVPlayer/RxSwift (1.7.1): - ModernAVPlayer/Core - RxCocoa (~> 5.0) - RxSwift (~> 5.0) @@ -42,7 +42,7 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - ModernAVPlayer: 9dd795ccf5e3dd91390cca4f32735b09efdc40e2 + ModernAVPlayer: e9b1809e897fa8b6bdf138556af5b9ed0397ec36 Nimble: 18d5360282923225d62b09d781f63abc1a0111fc Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c diff --git a/Pods/Target Support Files/ModernAVPlayer/ModernAVPlayer-Info.plist b/Pods/Target Support Files/ModernAVPlayer/ModernAVPlayer-Info.plist index fcedd03e..db892925 100644 --- a/Pods/Target Support Files/ModernAVPlayer/ModernAVPlayer-Info.plist +++ b/Pods/Target Support Files/ModernAVPlayer/ModernAVPlayer-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 5ce6d3db..fe4f1157 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion - 20201013.1852 + 20201014.0004