Skip to content

Commit 69b8934

Browse files
committed
./set-version.py 3.1.0
1 parent baf670e commit 69b8934

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Yoga.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Pod::Spec.new do |spec|
88
spec.name = 'Yoga'
9-
spec.version = '0.0.0'
9+
spec.version = '3.1.0'
1010
spec.license = { :type => 'MIT', :file => "LICENSE" }
1111
spec.homepage = 'https://yogalayout.dev/'
1212
spec.documentation_url = 'https://yogalayout.dev/docs'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ android.useAndroidX=true
1111

1212
org.gradle.jvmargs=-Xmx1536M
1313

14-
VERSION_NAME=0.0.0
14+
VERSION_NAME=3.1.0

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoga-layout",
3-
"version": "0.0.0",
3+
"version": "3.1.0",
44
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
55
"license": "MIT",
66
"author": "Meta Open Source",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "^18.0.0",
2828
"react-dom": "^18.0.0",
2929
"react-live": "^4.1.5",
30-
"yoga-layout": "0.0.0"
30+
"yoga-layout": "3.1.0"
3131
},
3232
"devDependencies": {
3333
"@docusaurus/module-type-aliases": "3.0.0",

0 commit comments

Comments
 (0)