Skip to content

Commit

Permalink
make 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkhitev committed Feb 28, 2017
1 parent 095871f commit 08b04ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AKImagePickerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "AKImagePickerController"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "A short description of AKImagePickerController."

s.description = "This is an ImagePickerController"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import Foundation
import Photos

//let previewInset: CGFloat = 5

/// The media type an instance of ImagePickerSheetController can display
public enum ImagePickerMediaType {
case image
Expand Down
2 changes: 1 addition & 1 deletion AKImagePickerController/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.5</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSCameraUsageDescription</key>
Expand Down

0 comments on commit 08b04ce

Please sign in to comment.