From c0852d5340d35c84ace870b6385a46d49234a974 Mon Sep 17 00:00:00 2001 From: John Martins Date: Thu, 15 Aug 2019 18:18:58 -0300 Subject: [PATCH] Version Bump to 0.24.0 --- Clappr.podspec | 2 +- Clappr.xcodeproj/project.pbxproj | 16 ++++++++-------- Example/Clappr/Info.plist | 2 +- Example/Clappr_tvOS/Info.plist | 2 +- Sources/Info.plist | 4 ++-- Tests/Clappr_Tests/Info.plist | 2 +- Tests/Clappr_UITests/Info.plist | 2 +- Tests/Clappr_tvOS_Tests/Info.plist | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Clappr.podspec b/Clappr.podspec index bcf05e59e..ce025ab07 100644 --- a/Clappr.podspec +++ b/Clappr.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Clappr" - s.version = "0.23.0" + s.version = "0.24.0" s.summary = "An extensible media player for iOS and tvOS" s.homepage = "http://clappr.io" s.license = 'MIT' diff --git a/Clappr.xcodeproj/project.pbxproj b/Clappr.xcodeproj/project.pbxproj index 6abd5133d..70feb1a64 100644 --- a/Clappr.xcodeproj/project.pbxproj +++ b/Clappr.xcodeproj/project.pbxproj @@ -2190,11 +2190,11 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 0.23.0; + CURRENT_PROJECT_VERSION = 0.24.0; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.23.0; + DYLIB_CURRENT_VERSION = 0.24.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = Sources/Info.plist; @@ -2231,10 +2231,10 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 0.23.0; + CURRENT_PROJECT_VERSION = 0.24.0; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.23.0; + DYLIB_CURRENT_VERSION = 0.24.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = Sources/Info.plist; @@ -2512,11 +2512,11 @@ buildSettings = { CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 0.23.0; + CURRENT_PROJECT_VERSION = 0.24.0; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.23.0; + DYLIB_CURRENT_VERSION = 0.24.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -2543,10 +2543,10 @@ buildSettings = { CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 0.23.0; + CURRENT_PROJECT_VERSION = 0.24.0; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.23.0; + DYLIB_CURRENT_VERSION = 0.24.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/Example/Clappr/Info.plist b/Example/Clappr/Info.plist index b877691db..6ba01a3a7 100644 --- a/Example/Clappr/Info.plist +++ b/Example/Clappr/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 0.23.0 + 0.24.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/Example/Clappr_tvOS/Info.plist b/Example/Clappr_tvOS/Info.plist index 1142d0663..10f9d37c3 100644 --- a/Example/Clappr_tvOS/Info.plist +++ b/Example/Clappr_tvOS/Info.plist @@ -25,7 +25,7 @@ CFBundleSignature ???? CFBundleVersion - 0.23.0 + 0.24.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/Sources/Info.plist b/Sources/Info.plist index c7607d477..d822d5858 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.23.0 + 0.24.0 CFBundleSignature ???? CFBundleVersion - 0.23.0 + 0.24.0 NSPrincipalClass diff --git a/Tests/Clappr_Tests/Info.plist b/Tests/Clappr_Tests/Info.plist index ae0e43002..c34fc7a6b 100644 --- a/Tests/Clappr_Tests/Info.plist +++ b/Tests/Clappr_Tests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 0.23.0 + 0.24.0 diff --git a/Tests/Clappr_UITests/Info.plist b/Tests/Clappr_UITests/Info.plist index bdb3a02fa..b47da5c7b 100644 --- a/Tests/Clappr_UITests/Info.plist +++ b/Tests/Clappr_UITests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 0.23.0 + 0.24.0 diff --git a/Tests/Clappr_tvOS_Tests/Info.plist b/Tests/Clappr_tvOS_Tests/Info.plist index bca9724ce..306cd331b 100644 --- a/Tests/Clappr_tvOS_Tests/Info.plist +++ b/Tests/Clappr_tvOS_Tests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 0.23.0 + 0.24.0