diff --git a/Clappr.podspec b/Clappr.podspec index 974a05412..bcf05e59e 100644 --- a/Clappr.podspec +++ b/Clappr.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Clappr" - s.version = "0.22.0" + s.version = "0.23.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 6c8a5b38f..c8dac8524 100644 --- a/Clappr.xcodeproj/project.pbxproj +++ b/Clappr.xcodeproj/project.pbxproj @@ -2182,11 +2182,11 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 0.22.0; + CURRENT_PROJECT_VERSION = 0.23.0; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.22.0; + DYLIB_CURRENT_VERSION = 0.23.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = Sources/Info.plist; @@ -2223,10 +2223,10 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 0.22.0; + CURRENT_PROJECT_VERSION = 0.23.0; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.22.0; + DYLIB_CURRENT_VERSION = 0.23.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = Sources/Info.plist; @@ -2504,11 +2504,11 @@ buildSettings = { CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 0.22.0; + CURRENT_PROJECT_VERSION = 0.23.0; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.22.0; + DYLIB_CURRENT_VERSION = 0.23.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -2535,10 +2535,10 @@ buildSettings = { CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 0.22.0; + CURRENT_PROJECT_VERSION = 0.23.0; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.22.0; + DYLIB_CURRENT_VERSION = 0.23.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/Example/Clappr/Info.plist b/Example/Clappr/Info.plist index fc31474fd..b877691db 100644 --- a/Example/Clappr/Info.plist +++ b/Example/Clappr/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 0.22.0 + 0.23.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/Example/Clappr_tvOS/Info.plist b/Example/Clappr_tvOS/Info.plist index eff20042d..1142d0663 100644 --- a/Example/Clappr_tvOS/Info.plist +++ b/Example/Clappr_tvOS/Info.plist @@ -25,7 +25,7 @@ CFBundleSignature ???? CFBundleVersion - 0.22.0 + 0.23.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/Sources/Info.plist b/Sources/Info.plist index 2f2760b10..c7607d477 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.22.0 + 0.23.0 CFBundleSignature ???? CFBundleVersion - 0.22.0 + 0.23.0 NSPrincipalClass diff --git a/Tests/Clappr_Tests/Info.plist b/Tests/Clappr_Tests/Info.plist index c48a14cd5..ae0e43002 100644 --- a/Tests/Clappr_Tests/Info.plist +++ b/Tests/Clappr_Tests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 0.22.0 + 0.23.0 diff --git a/Tests/Clappr_UITests/Info.plist b/Tests/Clappr_UITests/Info.plist index fb2016753..bdb3a02fa 100644 --- a/Tests/Clappr_UITests/Info.plist +++ b/Tests/Clappr_UITests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 0.22.0 + 0.23.0 diff --git a/Tests/Clappr_tvOS_Tests/Info.plist b/Tests/Clappr_tvOS_Tests/Info.plist index d99cf2ec3..bca9724ce 100644 --- a/Tests/Clappr_tvOS_Tests/Info.plist +++ b/Tests/Clappr_tvOS_Tests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 0.22.0 + 0.23.0