Skip to content

Commit e4dba12

Browse files
authored
Merge branch 'master' into yoga-core
2 parents 3bf0ac3 + df3eee6 commit e4dba12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.2.4"
4+
spec.version = "1.3.1"
55
spec.summary = "FlexLayout"
66

77
spec.homepage = "https://github.com/lucdion/FlexLayout.git"

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ platform :ios do
6868
end
6969

7070
lane :tests do
71-
scan(scheme: "FlexLayout",
71+
scan(scheme: "FlexLayoutSample",
7272
workspace: "FlexLayout.xcworkspace")
7373
end
7474

0 commit comments

Comments
 (0)