From 697e00707aa526110a9806b3428ebbb88d38ec60 Mon Sep 17 00:00:00 2001 From: jianyaoang Date: Tue, 18 Jul 2017 23:23:25 +0800 Subject: [PATCH] Bump version to 1.1.0 --- .jazzy.yml | 2 +- CHANGELOG.md | 2 +- Example/Pickle/Info.plist | 2 +- Example/Pods/Target Support Files/Pickle/Info.plist | 2 +- Example/UITests/Info.plist | 2 +- Pickle.podspec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.jazzy.yml b/.jazzy.yml index d6361fb..7149373 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.0.0 +module_version: 1.1.0 output: docs/output theme: fullwidth diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce778f..af35ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Next Release +## v1.1.0 * Add a configuration for the photo albums navigation bar shadow color [#9](https://github.com/carousell/pickle/pull/9) * Fix the photo albums layout after device rotation [#9](https://github.com/carousell/pickle/pull/9) diff --git a/Example/Pickle/Info.plist b/Example/Pickle/Info.plist index 549146e..7d307b1 100644 --- a/Example/Pickle/Info.plist +++ b/Example/Pickle/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Pickle/Info.plist b/Example/Pods/Target Support Files/Pickle/Info.plist index 2243fe6..21a30b4 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.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/UITests/Info.plist b/Example/UITests/Info.plist index 6c6c23c..81ba60e 100644 --- a/Example/UITests/Info.plist +++ b/Example/UITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 1.1.0 CFBundleVersion 1 diff --git a/Pickle.podspec b/Pickle.podspec index 70259d6..2c18949 100644 --- a/Pickle.podspec +++ b/Pickle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Pickle' - s.version = '1.0.0' + s.version = '1.1.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' }