Skip to content

Commit 750f26a

Browse files
committed
Bumped version to 3.3.1
1 parent ac1ad8a commit 750f26a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BSImagePicker.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 = "BSImagePicker"
3-
s.version = "3.3.0"
3+
s.version = "3.3.1"
44
s.summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement"
55
s.description = <<-DESC
66
A multiple image picker.

BSImagePicker.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
"@executable_path/Frameworks",
661661
"@loader_path/Frameworks",
662662
);
663-
MARKETING_VERSION = 3.3.0;
663+
MARKETING_VERSION = 3.3.1;
664664
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
665665
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
666666
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -691,7 +691,7 @@
691691
"@executable_path/Frameworks",
692692
"@loader_path/Frameworks",
693693
);
694-
MARKETING_VERSION = 3.3.0;
694+
MARKETING_VERSION = 3.3.1;
695695
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
696696
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
697697
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)