./set-version.py 2.0.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Yoga'
|
||||
spec.version = '2.0.0-beta.2'
|
||||
spec.version = '2.0.0'
|
||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||
spec.homepage = 'https://yogalayout.com/'
|
||||
spec.documentation_url = 'https://yogalayout.com/docs'
|
||||
@@ -39,3 +39,5 @@ Pod::Spec.new do |spec|
|
||||
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGValue}.h'
|
||||
spec.swift_version = '5.1'
|
||||
end
|
||||
1'
|
||||
end
|
||||
|
Reference in New Issue
Block a user