Ready for release 1.0

This commit is contained in:
Zhiyuan Zheng 2021-04-11 19:56:48 +02:00
parent 4df121e01a
commit 2064ebb5ad
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
2 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ private_lane :build_ios do
ipa: IPA_FILE,
demo_account_required: true,
distribute_external: true,
groups: "测试用户",
groups: "尝鲜",
changelog: "感谢帮忙测试 tooot 🙏"
)
when "release"
@ -144,7 +144,7 @@ private_lane :build_android do
}
)
upload_to_play_store(
track: "beta",
track: "alpha",
skip_upload_metadata: true,
skip_upload_changelogs: true,
skip_upload_images: true,

View File

@ -2,9 +2,9 @@
"name": "tooot",
"versions": {
"native": "210317",
"major": 0,
"minor": 7,
"patch": 1,
"major": 1,
"minor": 0,
"patch": 0,
"expo": "40.0.0"
},
"description": "tooot app for Mastodon",