diff --git a/README.md b/README.md index 6de45bc3c..4ecbde7db 100644 --- a/README.md +++ b/README.md @@ -383,4 +383,4 @@ See [LICENSE](LICENSE) for details. releases/tag/3.4.0) - Swift 5.0 -> version [**4.0.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.0.0) - Swift 5.1 -> version [**4.1.2**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.1.2) -- Swift 5.3 -> version [**4.4.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.4.0) +- Swift 5.3 -> version [**4.5.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.5.0) diff --git a/YPImagePicker.podspec b/YPImagePicker.podspec index 3b3c2567e..a94b9bdf7 100644 --- a/YPImagePicker.podspec +++ b/YPImagePicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'YPImagePicker' - s.version = "4.4.0" + s.version = "4.5.0" s.summary = "Instagram-like image picker & filters for iOS" s.homepage = "https://github.com/Yummypets/YPImagePicker" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/YPImagePicker.xcodeproj/project.pbxproj b/YPImagePicker.xcodeproj/project.pbxproj index b982270d2..9e79710f3 100644 --- a/YPImagePicker.xcodeproj/project.pbxproj +++ b/YPImagePicker.xcodeproj/project.pbxproj @@ -203,6 +203,7 @@ EB584C02207B990200265B38 /* AVFoundation+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AVFoundation+Extensions.swift"; sourceTree = ""; }; EB59F450208766B800811B7B /* YPVideoFiltersVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YPVideoFiltersVC.swift; sourceTree = ""; }; EB59F451208766B800811B7B /* YPVideoFiltersVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = YPVideoFiltersVC.xib; sourceTree = ""; }; + EB5ACE2B2620802A00C3288D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; EB5B07C3209146F00099C1FA /* UIButton+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extensions.swift"; sourceTree = ""; }; EB65C4B4209321420037858B /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = ""; }; EB84ADD522F35506003667B5 /* YPImagePicker.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = YPImagePicker.podspec; sourceTree = ""; }; @@ -232,6 +233,7 @@ children = ( EB84ADD622F355E8003667B5 /* Cartfile */, EB84ADD522F35506003667B5 /* YPImagePicker.podspec */, + EB5ACE2B2620802A00C3288D /* README.md */, 99C6D69D1F1FB5C100711DB2 /* Source */, 99C6D6971F1FB5C100711DB2 /* Resources */, 52412A941CA6114A0073C4BE /* Products */, @@ -873,7 +875,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 4.4.0; + MARKETING_VERSION = 4.5.0; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -907,7 +909,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 4.4.0; + MARKETING_VERSION = 4.5.0; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker; PRODUCT_NAME = "$(TARGET_NAME)";