From 5696dfc90b720fd363628c2f77c3de28ac3a82a6 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 9 Jan 2018 23:55:35 +0800 Subject: [PATCH] Bump version to 1.3.0 --- .jazzy.yml | 2 +- .swift-version | 2 +- CHANGELOG.md | 4 ++-- Example/Pickle/Info.plist | 2 +- Example/Podfile.lock | 4 ++-- Example/Pods/Target Support Files/Pickle/Info.plist | 2 +- Example/UITests/Info.plist | 2 +- Pickle.podspec | 2 +- README.md | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.jazzy.yml b/.jazzy.yml index 2e2c049..3059117 100644 --- a/.jazzy.yml +++ b/.jazzy.yml @@ -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 diff --git a/.swift-version b/.swift-version index 5186d07..c4e41f9 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +4.0.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3591ade..3187152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Example/Pickle/Info.plist b/Example/Pickle/Info.plist index 756b0ed..5fd2272 100644 --- a/Example/Pickle/Info.plist +++ b/Example/Pickle/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 071dc7e..1c43cd5 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - Pickle (1.2.0) + - Pickle (1.3.0) - SwiftLint (0.23.1) DEPENDENCIES: @@ -11,7 +11,7 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - Pickle: 80f99c9377a2785e48bd5c3ad061e7f614120312 + Pickle: e845765b22fec98dc7eff51f327e7ad22834a3d2 SwiftLint: 1b670ce79284c76520f84060e87d645078fd32fa PODFILE CHECKSUM: 47f97668e0890347a0b2faf96d7471347d1e708a diff --git a/Example/Pods/Target Support Files/Pickle/Info.plist b/Example/Pods/Target Support Files/Pickle/Info.plist index 2a9158a..b6b2813 100644 --- a/Example/Pods/Target Support Files/Pickle/Info.plist +++ b/Example/Pods/Target Support Files/Pickle/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/UITests/Info.plist b/Example/UITests/Info.plist index 6b71ce2..d8685c7 100644 --- a/Example/UITests/Info.plist +++ b/Example/UITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleVersion 1 diff --git a/Pickle.podspec b/Pickle.podspec index 5af7486..8d5a075 100644 --- a/Pickle.podspec +++ b/Pickle.podspec @@ -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' } diff --git a/README.md b/README.md index 534a4eb..4ba3f25 100644 --- a/README.md +++ b/README.md @@ -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