Skip to content

Commit

Permalink
Merge branch 'master' into yoga-core
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion authored Feb 27, 2018
2 parents 3bf0ac3 + df3eee6 commit e4dba12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexLayout"
spec.version = "1.2.4"
spec.version = "1.3.1"
spec.summary = "FlexLayout"

spec.homepage = "https://github.com/lucdion/FlexLayout.git"
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ platform :ios do
end

lane :tests do
scan(scheme: "FlexLayout",
scan(scheme: "FlexLayoutSample",
workspace: "FlexLayout.xcworkspace")
end

Expand Down

0 comments on commit e4dba12

Please sign in to comment.