Commit 11491633 by Administrator

变更版本号

1 parent 7bce65f2
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<key>LSApplicationQueriesSchemes</key> <key>LSApplicationQueriesSchemes</key>
<array> <array>
<string>weixin</string> <string>weixin</string>
<string>wechat</string>
<string>weixinULAPI</string> <string>weixinULAPI</string>
<string>weixinURLParamsAPI</string> <string>weixinURLParamsAPI</string>
</array> </array>
......
...@@ -19,7 +19,7 @@ class Constant { ...@@ -19,7 +19,7 @@ class Constant {
static const int obsUploadChunkSize = 1024 * 1024 * 5; static const int obsUploadChunkSize = 1024 * 1024 * 5;
/// app 版本号规则 /// app 版本号规则
static const String appVersion = '1.0.2512031'; static const String appVersion = '1.0.2512052';
/// H5的起始终最低版本号规则 /// H5的起始终最低版本号规则
static const String h5Version = '1.0.0'; static const String h5Version = '1.0.0';
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!