Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
Summary: Version bumps.

Reviewed By: emilsjolander

Differential Revision: D6284124

fbshipit-source-id: 08f6116bb0237791210847976533206055376f1a
  • Loading branch information
passy authored and facebook-github-bot committed Nov 16, 2017
1 parent 40861c6 commit 0c3168f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Yoga.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Yoga'
spec.version = '1.6.0'
spec.version = '1.7.0'
spec.license = { :type => 'BSD', :file => "LICENSE" }
spec.homepage = 'https://facebook.github.io/yoga/'
spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/c/'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.authors = 'Facebook'
spec.source = {
:git => 'https://github.com/facebook/yoga.git',
:tag => '1.6.0',
:tag => '1.7.0',
}

spec.module_name = 'yoga'
Expand Down
6 changes: 3 additions & 3 deletions YogaKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
podspec = Pod::Spec.new do |spec|
spec.name = 'YogaKit'
spec.version = '1.6.0'
spec.version = '1.7.0'
spec.license = { :type => 'BSD', :file => "LICENSE" }
spec.homepage = 'https://facebook.github.io/yoga/'
spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/'
Expand All @@ -11,14 +11,14 @@ podspec = Pod::Spec.new do |spec|
spec.authors = 'Facebook'
spec.source = {
:git => 'https://github.com/facebook/yoga.git',
:tag => '1.6.0',
:tag => '1.7.0',
}

spec.platform = :ios
spec.ios.deployment_target = '8.0'
spec.ios.frameworks = 'UIKit'

spec.dependency 'Yoga', '~> 1.6'
spec.dependency 'Yoga', '~> 1.7'
spec.source_files = 'YogaKit/Source/*.{h,m,swift}'
spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h'
spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'
Expand Down
2 changes: 1 addition & 1 deletion YogaKit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
YogaKit is available to install via [CocoaPods](https://cocoapods.org/).

```
pod 'YogaKit', '~> 1.6'
pod 'YogaKit', '~> 1.7'
```

## Getting Started
Expand Down
6 changes: 3 additions & 3 deletions YogaKit/YogaKitSample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PODS:
- IGListKit/Default (2.1.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.1.0)
- Yoga (1.6.0)
- YogaKit (1.6.0):
- Yoga (~> 1.6)
- Yoga (1.7.0)
- YogaKit (1.7.0):
- Yoga (~> 1.7)

DEPENDENCIES:
- IGListKit (~> 2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

org.gradle.jvmargs=-Xmx1536M

VERSION_NAME=1.6.1-SNAPSHOT
VERSION_NAME=1.7.0
POM_URL=https://github.com/facebook/yoga
POM_SCM_URL=https://github.com/facebook/yoga.git
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoga-layout",
"version": "1.6.0",
"version": "1.7.0",
"description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit 0c3168f

Please sign in to comment.