From 78f2837a466d975876c6c6cd90df077fec304968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Luthi?= Date: Fri, 9 Aug 2013 17:37:57 +0200 Subject: [PATCH] Version 1.1.0 --- XCDYouTubeVideoPlayerViewController.podspec | 4 ++-- YouTube Video Player Demo.xcodeproj/project.pbxproj | 4 ++-- .../YouTube Video Player Demo-Info.plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/XCDYouTubeVideoPlayerViewController.podspec b/XCDYouTubeVideoPlayerViewController.podspec index 599c4ef0..d50de642 100644 --- a/XCDYouTubeVideoPlayerViewController.podspec +++ b/XCDYouTubeVideoPlayerViewController.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XCDYouTubeVideoPlayerViewController" - s.version = "1.0.0" + s.version = "1.1.0" s.summary = "YouTube video player for iPhone and iPad." s.homepage = "https://github.com/0xced/XCDYouTubeVideoPlayerViewController" s.license = 'MIT' s.author = { "CeĢdric Luthi" => "cedric.luthi@gmail.com" } - s.source = { :git => "https://github.com/0xced/XCDYouTubeVideoPlayerViewController.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/0xced/XCDYouTubeVideoPlayerViewController.git", :tag => "1.1.0" } s.platform = :ios, '5.0' s.source_files = 'XCDYouTubeVideoPlayerViewController' s.frameworks = 'AVFoundation', 'MediaPlayer' diff --git a/YouTube Video Player Demo.xcodeproj/project.pbxproj b/YouTube Video Player Demo.xcodeproj/project.pbxproj index 1af531d3..6eddd6fe 100644 --- a/YouTube Video Player Demo.xcodeproj/project.pbxproj +++ b/YouTube Video Player Demo.xcodeproj/project.pbxproj @@ -213,7 +213,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; @@ -247,7 +247,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = "NS_BLOCK_ASSERTIONS=1"; GCC_WARN_ABOUT_RETURN_TYPE = YES; diff --git a/YouTube Video Player Demo/YouTube Video Player Demo-Info.plist b/YouTube Video Player Demo/YouTube Video Player Demo-Info.plist index 12528ffb..c60cca64 100644 --- a/YouTube Video Player Demo/YouTube Video Player Demo-Info.plist +++ b/YouTube Video Player Demo/YouTube Video Player Demo-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleVersion ${CURRENT_PROJECT_VERSION} LSRequiresIPhoneOS