Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Daniel Hugenroth authored and facebook-github-bot committed Jan 17, 2019
1 parent 0727fd5 commit 38f9224
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion SpectrumCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion SpectrumKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
10 changes: 5 additions & 5 deletions docs/getting_started_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+'
}
```

Expand Down Expand Up @@ -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+'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 23 additions & 23 deletions ios/SpectrumKitSample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 `../../`)
Expand All @@ -91,8 +91,8 @@ SPEC CHECKSUMS:
libwebp: d7e0c95fe97245c97e08101eba10702ebb0f6101
mozjpeg: a4d59753cccb0d7c2bcb38cd4eb936c72ec59234
spectrum-folly: 0b143554b0263383ac75a85b2b22f1f056900d21
SpectrumCore: 512216bcac4238b4d9371c3948b7a8686ac0fdef
SpectrumKit: 0e2de15153006e1c6e3b95067a055c041f6e6f6c
SpectrumCore: dae3bb32c202578d6a88c50093eaeaf57acf3279
SpectrumKit: e514127be67765f3e789d05934546469bc7c0d7e

PODFILE CHECKSUM: a3355323527bc38784cfac19efa6537f855b6fa9

Expand Down

0 comments on commit 38f9224

Please sign in to comment.