Skip to content

Commit

Permalink
Bumped version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Apr 26, 2020
1 parent e3dcd0f commit dd3ac88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BSImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BSImagePicker"
s.version = "3.1.4"
s.version = "3.1.5"
s.summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement"
s.description = <<-DESC
A multiple image picker.
Expand Down
4 changes: 2 additions & 2 deletions BSImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.1.4;
MARKETING_VERSION = 3.1.5;
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -675,7 +675,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.1.4;
MARKETING_VERSION = 3.1.5;
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit dd3ac88

Please sign in to comment.