From 38f922408e43186e9f2ed050f82a449cf15fc8a2 Mon Sep 17 00:00:00 2001 From: Daniel Hugenroth Date: Thu, 17 Jan 2019 02:32:52 -0800 Subject: [PATCH] Bump to version 1.0.0 Summary: @public Increasing the version number in our documentation, gradle files and podspecs to 1.0.0 Reviewed By: cuva Differential Revision: D13700306 fbshipit-source-id: 1959a3fbb05cd72f2cb1ea3cce5530f1570eab76 --- SpectrumCore.podspec | 2 +- SpectrumKit.podspec | 2 +- docs/getting_started_android.md | 10 +++---- gradle.properties | 2 +- ios/SpectrumKitSample/Podfile.lock | 46 +++++++++++++++--------------- 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/SpectrumCore.podspec b/SpectrumCore.podspec index 1480a374..67e1f4c8 100644 --- a/SpectrumCore.podspec +++ b/SpectrumCore.podspec @@ -2,7 +2,7 @@ compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DSPECTRUM_TARGET_IOS -DSPECTRUM_EXTERNAL' -version = '0.9.0' +version = '1.0.0' pinned_version = '~>' + version Pod::Spec.new do |spec| diff --git a/SpectrumKit.podspec b/SpectrumKit.podspec index ff42e55e..05fc8b44 100644 --- a/SpectrumKit.podspec +++ b/SpectrumKit.podspec @@ -2,7 +2,7 @@ compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1' -version = '0.9.0' +version = '1.0.0' pinned_version = '~>' + version Pod::Spec.new do |spec| diff --git a/docs/getting_started_android.md b/docs/getting_started_android.md index 64385948..7288b1ed 100644 --- a/docs/getting_started_android.md +++ b/docs/getting_started_android.md @@ -14,7 +14,7 @@ Add the default Spectrum dependency that includes all image format plugins: ```groovy dependencies { // Spectrum with support for JPEG, PNG and WebP - implementation 'com.facebook.spectrum:spectrum-default:0.9.0+' + implementation 'com.facebook.spectrum:spectrum-default:1.0.0+' } ``` @@ -72,9 +72,9 @@ If you later decide that you only want to bundle with certain plugins, you can s ```groovy dependencies { - implementation 'com.facebook.spectrum:spectrum-core:0.9.0+' - implementation 'com.facebook.spectrum:spectrum-jpeg:0.9.0+' - implementation 'com.facebook.spectrum:spectrum-png:0.9.0+' - implementation 'com.facebook.spectrum:spectrum-webp:0.9.0+' + implementation 'com.facebook.spectrum:spectrum-core:1.0.0+' + implementation 'com.facebook.spectrum:spectrum-jpeg:1.0.0+' + implementation 'com.facebook.spectrum:spectrum-png:1.0.0+' + implementation 'com.facebook.spectrum:spectrum-webp:1.0.0+' } ``` diff --git a/gradle.properties b/gradle.properties index d046a9f9..ce509721 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # LICENSE file in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.9.0 +VERSION_NAME=1.0.0 GROUP=com.facebook.spectrum POM_URL=https://github.com/facebookincubator/spectrum POM_SCM_URL=https://github.com/facebookincubator/spectrum.git diff --git a/ios/SpectrumKitSample/Podfile.lock b/ios/SpectrumKitSample/Podfile.lock index 80b1f317..e39007b1 100644 --- a/ios/SpectrumKitSample/Podfile.lock +++ b/ios/SpectrumKitSample/Podfile.lock @@ -26,48 +26,48 @@ PODS: - libwebp/webp (1.0.0) - mozjpeg (3.3.1) - spectrum-folly (2018.11.12.00) - - SpectrumCore (0.9.0): + - SpectrumCore (1.0.0): - spectrum-folly (~> 2018.11.12.00) - - SpectrumCore/Plugins/Jpeg (= 0.9.0) - - SpectrumCore/Plugins/Png (= 0.9.0) - - SpectrumCore/Plugins/Webp (= 0.9.0) - - SpectrumCore/Base (0.9.0): + - SpectrumCore/Plugins/Jpeg (= 1.0.0) + - SpectrumCore/Plugins/Png (= 1.0.0) + - SpectrumCore/Plugins/Webp (= 1.0.0) + - SpectrumCore/Base (1.0.0): - spectrum-folly (~> 2018.11.12.00) - - SpectrumCore/Plugins/Jpeg (0.9.0): + - SpectrumCore/Plugins/Jpeg (1.0.0): - mozjpeg - spectrum-folly (~> 2018.11.12.00) - - SpectrumCore/Base (~> 0.9.0) - - SpectrumCore/Plugins/Png (0.9.0): + - SpectrumCore/Base (~> 1.0.0) + - SpectrumCore/Plugins/Png (1.0.0): - libpng - spectrum-folly (~> 2018.11.12.00) - - SpectrumCore/Base (~> 0.9.0) - - SpectrumCore/Plugins/Webp (0.9.0): + - SpectrumCore/Base (~> 1.0.0) + - SpectrumCore/Plugins/Webp (1.0.0): - libwebp - spectrum-folly (~> 2018.11.12.00) - - SpectrumCore/Base (~> 0.9.0) - - SpectrumKit (0.9.0): + - SpectrumCore/Base (~> 1.0.0) + - SpectrumKit (1.0.0): - spectrum-folly (~> 2018.11.12.00) - - SpectrumKit/Plugins/Default (= 0.9.0) - - SpectrumKit/Base (0.9.0): + - SpectrumKit/Plugins/Default (= 1.0.0) + - SpectrumKit/Base (1.0.0): - spectrum-folly (~> 2018.11.12.00) - SpectrumCore/Base - - SpectrumKit/Plugins/Default (0.9.0): + - SpectrumKit/Plugins/Default (1.0.0): - spectrum-folly (~> 2018.11.12.00) - SpectrumKit/Plugins/Jpeg - SpectrumKit/Plugins/Png - SpectrumKit/Plugins/Webp - - SpectrumKit/Plugins/Jpeg (0.9.0): + - SpectrumKit/Plugins/Jpeg (1.0.0): - spectrum-folly (~> 2018.11.12.00) - SpectrumCore/Plugins/Jpeg - - SpectrumKit/Base (~> 0.9.0) - - SpectrumKit/Plugins/Png (0.9.0): + - SpectrumKit/Base (~> 1.0.0) + - SpectrumKit/Plugins/Png (1.0.0): - spectrum-folly (~> 2018.11.12.00) - SpectrumCore/Plugins/Png - - SpectrumKit/Base (~> 0.9.0) - - SpectrumKit/Plugins/Webp (0.9.0): + - SpectrumKit/Base (~> 1.0.0) + - SpectrumKit/Plugins/Webp (1.0.0): - spectrum-folly (~> 2018.11.12.00) - SpectrumCore/Plugins/Webp - - SpectrumKit/Base (~> 0.9.0) + - SpectrumKit/Base (~> 1.0.0) DEPENDENCIES: - SpectrumCore (from `../../`) @@ -91,8 +91,8 @@ SPEC CHECKSUMS: libwebp: d7e0c95fe97245c97e08101eba10702ebb0f6101 mozjpeg: a4d59753cccb0d7c2bcb38cd4eb936c72ec59234 spectrum-folly: 0b143554b0263383ac75a85b2b22f1f056900d21 - SpectrumCore: 512216bcac4238b4d9371c3948b7a8686ac0fdef - SpectrumKit: 0e2de15153006e1c6e3b95067a055c041f6e6f6c + SpectrumCore: dae3bb32c202578d6a88c50093eaeaf57acf3279 + SpectrumKit: e514127be67765f3e789d05934546469bc7c0d7e PODFILE CHECKSUM: a3355323527bc38784cfac19efa6537f855b6fa9