./set-version.py 3.2.0

This commit is contained in:
Nick Gerleman
2024-12-02 12:33:53 -08:00
parent be00354b71
commit f55265f518
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 = '0.0.0'
spec.version = '3.2.0'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.dev/'
spec.documentation_url = 'https://yogalayout.dev/docs'