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 6
6
7
7
Pod ::Spec . new do |spec |
8
8
spec . name = 'Yoga'
9
- spec . version = '2.0.0 '
9
+ spec . version = '2.0.1 '
10
10
spec . license = { :type => 'MIT' , :file => "LICENSE" }
11
11
spec . homepage = 'https://yogalayout.com/'
12
12
spec . documentation_url = 'https://yogalayout.com/docs'
Original file line number Diff line number Diff line change 5
5
6
6
podspec = Pod ::Spec . new do |spec |
7
7
spec . name = 'YogaKit'
8
- spec . version = '2.0.0 '
8
+ spec . version = '2.0.1 '
9
9
spec . license = { :type => 'MIT' , :file => "LICENSE" }
10
10
spec . homepage = 'https://yogalayout.com/'
11
11
spec . documentation_url = 'https://yogalayout.com/docs'
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ android.useAndroidX=true
11
11
12
12
org.gradle.jvmargs =-Xmx1536M
13
13
14
- VERSION_NAME =2.0.0
14
+ VERSION_NAME =2.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yoga-layout" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " An embeddable and performant flexbox layout engine with bindings for multiple languages" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Meta Open Source" ,
You can’t perform that action at this time.
0 commit comments