Skip to content

Commit

Permalink
Merge pull request #29 from bcylin/release/1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
bcylin authored Oct 3, 2018
2 parents 7972c1e + ab8e52c commit 4f78f2a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ github_url: https://github.com/carousell/pickle
github_file_prefix: https://github.com/carousell/pickle/blob/master
xcodebuild_arguments: [-project, Example/Pods/Pods.xcodeproj, -scheme, Pickle]
module: Pickle
module_version: 1.3.0
module_version: 1.3.1
output: docs/output
theme: fullwidth
2 changes: 1 addition & 1 deletion Example/Pickle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Pickle (1.3.0)
- Pickle (1.3.1)
- SwiftLint (0.27.0)

DEPENDENCIES:
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:podspec: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json

SPEC CHECKSUMS:
Pickle: ac29bdd7b53f14dec1c75b7c9f35a8c1657b6b0a
Pickle: 63e33e08fcb1490b9b932bcdb50c12ecdc3cecc2
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 876096377525bec4eeb5dc771e7fdfbcdcb46898
Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/Pickle/Info.plist

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

2 changes: 1 addition & 1 deletion Example/UITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Pickle.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Pickle'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'Carousell flavoured image picker with multiple photo selections.'
s.homepage = 'https://github.com/carousell/pickle'
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
Expand Down

0 comments on commit 4f78f2a

Please sign in to comment.