File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77Pod ::Spec . new do |spec |
88 spec . name = 'Yoga'
9- spec . version = '2.0.0 '
9+ spec . version = '2.0.1 '
1010 spec . license = { :type => 'MIT' , :file => "LICENSE" }
1111 spec . homepage = 'https://yogalayout.com/'
1212 spec . documentation_url = 'https://yogalayout.com/docs'
Original file line number Diff line number Diff line change 55
66podspec = Pod ::Spec . new do |spec |
77 spec . name = 'YogaKit'
8- spec . version = '2.0.0 '
8+ spec . version = '2.0.1 '
99 spec . license = { :type => 'MIT' , :file => "LICENSE" }
1010 spec . homepage = 'https://yogalayout.com/'
1111 spec . documentation_url = 'https://yogalayout.com/docs'
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ android.useAndroidX=true
1111
1212org.gradle.jvmargs =-Xmx1536M
1313
14- VERSION_NAME =2.0.0
14+ VERSION_NAME =2.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " yoga-layout" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " An embeddable and performant flexbox layout engine with bindings for multiple languages" ,
55 "license" : " MIT" ,
66 "author" : " Meta Open Source" ,
You can’t perform that action at this time.
0 commit comments