Skip to content

Commit

Permalink
Merge pull request #24 from carousell/release/1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
bcylin authored Jan 10, 2018
2 parents 8cb1b9e + 5696dfc commit f265aff
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.2.0
module_version: 1.3.0
output: docs/output
theme: fullwidth
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.0.3
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

## Next Release
## v1.3.0

* Update to Swift 4 with Xcode 9 [#15](https://github.com/carousell/pickle/pull/15)
* Add a `Parameters` struct with placeholders that `ImagePickerConfigurable` requires
* Add a `Parameters` struct with placeholders that `ImagePickerConfigurable` requires [#23](https://github.com/carousell/pickle/pull/23)

## v1.2.0

Expand Down
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.2.0</string>
<string>1.3.0</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.2.0)
- Pickle (1.3.0)
- SwiftLint (0.23.1)

DEPENDENCIES:
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
Pickle: 80f99c9377a2785e48bd5c3ad061e7f614120312
Pickle: e845765b22fec98dc7eff51f327e7ad22834a3d2
SwiftLint: 1b670ce79284c76520f84060e87d645078fd32fa

PODFILE CHECKSUM: 47f97668e0890347a0b2faf96d7471347d1e708a
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.2.0</string>
<string>1.3.0</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.2.0'
s.version = '1.3.0'
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ make bootstrap
## Requirements

Pickle | iOS | Xcode | Swift
---------- | :--: | :---: | :---:
---------- | :--: | :---- | :---:
`>= 1.0.0` | 8.0+ | 8.3.3 | ![Swift 3.1](https://img.shields.io/badge/Swift-3.1-orange.svg)
`>= 1.2.0` | 9.0+ | 8.3.3 | ![Swift 3.1](https://img.shields.io/badge/Swift-3.1-orange.svg)
`master` | 9.0+ | 9.0 | ![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg)
`>= 1.3.0` | 9.0+ | 9.2 | ![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg)

## Installation

Expand Down

0 comments on commit f265aff

Please sign in to comment.