Skip to content

Commit

Permalink
Bumps to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Feb 27, 2018
1 parent 883a359 commit a9f2548
Show file tree
Hide file tree
Showing 12 changed files with 7,035 additions and 4 deletions.
3,540 changes: 3,540 additions & 0 deletions Carthage/Build/iOS/4FA1CE4D-5224-376D-B0C0-CB5A12CC46A8.bcsymbolmap

Large diffs are not rendered by default.

3,491 changes: 3,491 additions & 0 deletions Carthage/Build/iOS/F6C2C609-5744-3AF0-A921-0BED9744E074.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/Assets.car
Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/Info.plist
Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/YPImagePicker
Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/YPLibraryView.nib
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ See [LICENSE](LICENSE) for details.
## Swift Version

- Swift 3 -> version [**1.2.1**](https://github.com/Yummypets/YPImagePicker/releases/tag/1.2.1)
- Swift 4 -> version [**2.7.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/2.7.0)
- Swift 4 -> version [**2.7.1**](https://github.com/Yummypets/YPImagePicker/releases/tag/2.7.1)
2 changes: 1 addition & 1 deletion Source/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>2.7.0</string>
<string>2.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Binary file modified YPImagePicker.framework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion YPImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YPImagePicker'
s.version = "2.7.0"
s.version = "2.7.1"
s.summary = "Instagram-like image picker & filters for iOS"
s.homepage = "https://github.com/Yummypets/YPImagePicker"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit a9f2548

Please sign in to comment.