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 = '0.0 .0'
9+ spec . version = '3.2 .0'
1010 spec . license = { :type => 'MIT' , :file => "LICENSE" }
1111 spec . homepage = 'https://yogalayout.dev/'
1212 spec . documentation_url = 'https://yogalayout.dev/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 =0.0 .0
14+ VERSION_NAME =3.2 .0
Original file line number Diff line number Diff line change 11{
22 "name" : " yoga-layout" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 3.2 .0" ,
44 "description" : " An embeddable and performant flexbox layout engine with bindings for multiple languages" ,
55 "license" : " MIT" ,
66 "author" : " Meta Open Source" ,
Original file line number Diff line number Diff line change 2727 "react" : " ^18.3.0" ,
2828 "react-dom" : " ^18.3.0" ,
2929 "react-live" : " ^4.1.5" ,
30- "yoga-layout" : " 0.0 .0"
30+ "yoga-layout" : " 3.2 .0"
3131 },
3232 "devDependencies" : {
3333 "@docusaurus/module-type-aliases" : " 3.6.0" ,
You can’t perform that action at this time.
0 commit comments