我应该在 app.json 文件中更改什么以从 expo 重建我的应用程序?

What should I change in the app.json file to rebuild my app from expo?

我打算重建我的应用程序。
应该更改哪些设置才能从 1.0.0 更改为 1.1.0?
我想知道重建过程和设置。

enter image description here

我可以这样做吗?

步骤 1) 改变 app.json
步骤 2) $ 世博会 build:ios

{
  "expo": {
     "name": "my app",
     "version": "1.1.0",    <=== Change this code?
     "ios": {
       "buildNumber": "1.1.0",    <=== Change this code?
       ...
     }
  }
}

这个

"version":“1.1.0”

因为buildNumber是你的版本号,所以你可以为一个版本创建很多buildNumber