./set-version.py 2.0.0-beta.2

This commit is contained in:
Nick Gerleman
2023-07-12 18:07:57 -07:00
parent 6570e43a83
commit 11721f487d
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
Pod::Spec.new do |spec|
spec.name = 'Yoga'
spec.version = '2.0.0-beta.1'
spec.version = '2.0.0-beta.2'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.com/'
spec.documentation_url = 'https://yogalayout.com/docs'