Skip to content

Commit fc009af

Browse files
committed
Bumps to 4.5.0
1 parent 23158e1 commit fc009af

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ See [LICENSE](LICENSE) for details.
383383
releases/tag/3.4.0)
384384
- Swift 5.0 -> version [**4.0.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.0.0)
385385
- Swift 5.1 -> version [**4.1.2**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.1.2)
386-
- Swift 5.3 -> version [**4.4.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.4.0)
386+
- Swift 5.3 -> version [**4.5.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/4.5.0)

YPImagePicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'YPImagePicker'
3-
s.version = "4.4.0"
3+
s.version = "4.5.0"
44
s.summary = "Instagram-like image picker & filters for iOS"
55
s.homepage = "https://github.com/Yummypets/YPImagePicker"
66
s.license = { :type => "MIT", :file => "LICENSE" }

YPImagePicker.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
EB584C02207B990200265B38 /* AVFoundation+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AVFoundation+Extensions.swift"; sourceTree = "<group>"; };
204204
EB59F450208766B800811B7B /* YPVideoFiltersVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YPVideoFiltersVC.swift; sourceTree = "<group>"; };
205205
EB59F451208766B800811B7B /* YPVideoFiltersVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = YPVideoFiltersVC.xib; sourceTree = "<group>"; };
206+
EB5ACE2B2620802A00C3288D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
206207
EB5B07C3209146F00099C1FA /* UIButton+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extensions.swift"; sourceTree = "<group>"; };
207208
EB65C4B4209321420037858B /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
208209
EB84ADD522F35506003667B5 /* YPImagePicker.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = YPImagePicker.podspec; sourceTree = "<group>"; };
@@ -232,6 +233,7 @@
232233
children = (
233234
EB84ADD622F355E8003667B5 /* Cartfile */,
234235
EB84ADD522F35506003667B5 /* YPImagePicker.podspec */,
236+
EB5ACE2B2620802A00C3288D /* README.md */,
235237
99C6D69D1F1FB5C100711DB2 /* Source */,
236238
99C6D6971F1FB5C100711DB2 /* Resources */,
237239
52412A941CA6114A0073C4BE /* Products */,
@@ -873,7 +875,7 @@
873875
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
874876
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
875877
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
876-
MARKETING_VERSION = 4.4.0;
878+
MARKETING_VERSION = 4.5.0;
877879
ONLY_ACTIVE_ARCH = YES;
878880
PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker;
879881
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -907,7 +909,7 @@
907909
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
908910
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
909911
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
910-
MARKETING_VERSION = 4.4.0;
912+
MARKETING_VERSION = 4.5.0;
911913
ONLY_ACTIVE_ARCH = NO;
912914
PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker;
913915
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)