Skip to content

Commit 20f131b

Browse files
committed
Prepare for release version 1.0.5
1 parent 4abdede commit 20f131b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Framework/PickImageAlert.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"@executable_path/Frameworks",
629629
"@loader_path/Frameworks",
630630
);
631-
MARKETING_VERSION = 1.0.4;
631+
MARKETING_VERSION = 1.0.5;
632632
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
633633
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
634634
RUN_CLANG_STATIC_ANALYZER = YES;
@@ -658,7 +658,7 @@
658658
"@executable_path/Frameworks",
659659
"@loader_path/Frameworks",
660660
);
661-
MARKETING_VERSION = 1.0.4;
661+
MARKETING_VERSION = 1.0.5;
662662
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
663663
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
664664
RUN_CLANG_STATIC_ANALYZER = YES;

PickImageAlert.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PickImageAlert"
3-
s.version = "1.0.4"
3+
s.version = "1.0.5"
44
s.summary = "Photos or camera access using the system alert controller"
55
s.description = "PickImageAlert provides a list of your photos in your alert controller with three alert actions"
66
s.requires_arc = true
@@ -15,4 +15,4 @@ Pod::Spec.new do |s|
1515
s.resources = "Framework/PickImageAlert/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
1616
s.swift_version = "5.0"
1717
s.dependency 'SwiftLint'
18-
end
18+
end

0 commit comments

Comments
 (0)