Skip to content

Commit

Permalink
Updated version number to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Mar 1, 2020
1 parent fca8944 commit bad26bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.0.0"
s.version = "3.1.0"
s.summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement"
s.description = <<-DESC
A multiple image picker.
Expand Down
2 changes: 2 additions & 0 deletions BSImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.1.0;
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -670,6 +671,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.1.0;
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ For more example you can clone this repo and look at the example app.
Add the following line to your Podfile:

```
pod "BSImagePicker", "~> 3.0"
pod "BSImagePicker", "~> 3.1"
```
### Carthage
Add the following line to your Cartfile:
```
github "mikaoj/BSImagePicker" ~> 3.0
github "mikaoj/BSImagePicker" ~> 3.1
```
### Swift Package Manager
Add it to the dependencies value of your Package.swift.:
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit bad26bc

Please sign in to comment.