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

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
Summary: This diff bumps spectrum version to 1.1.0 in preparation for the new release.

Reviewed By: cuva

Differential Revision: D15431513

fbshipit-source-id: 7de7d6ee837ac837273db1ba39c854286954724f
  • Loading branch information
diegosanchezr authored and facebook-github-bot committed May 21, 2019
1 parent 99cf641 commit 15730fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 = '1.0.0'
version = '1.1.0'

Pod::Spec.new do |spec|
spec.name = 'SpectrumCore'
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 = '1.0.0'
version = '1.1.0'

Pod::Spec.new do |spec|
spec.name = 'SpectrumKit'
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:1.0.0+'
implementation 'com.facebook.spectrum:spectrum-default:1.1.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: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+'
implementation 'com.facebook.spectrum:spectrum-core:1.1.0+'
implementation 'com.facebook.spectrum:spectrum-jpeg:1.1.0+'
implementation 'com.facebook.spectrum:spectrum-png:1.1.0+'
implementation 'com.facebook.spectrum:spectrum-webp:1.1.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=1.0.0
VERSION_NAME=1.1.0
GROUP=com.facebook.spectrum
POM_URL=https://github.com/facebookincubator/spectrum
POM_SCM_URL=https://github.com/facebookincubator/spectrum.git
Expand Down

0 comments on commit 15730fb

Please sign in to comment.