Skip to content

Commit

Permalink
feat: version 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Jul 8, 2022
1 parent 6deb604 commit 1a3896f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assemble_android_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# 打包类型
BUILD_TYPE: debug
# 版本名称
ANDROID_VERSION_NAME: 1.4.9
ANDROID_VERSION_NAME: 1.4.10
# 版本号
ANDROID_VERSION_CODE: 14900
ANDROID_VERSION_CODE: 141000
# 密钥库文件
ANDROID_KEYSTORE_FILE: debug.keystore
# 密钥库口令
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assemble_android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# 打包类型
BUILD_TYPE: release
# 版本名称
ANDROID_VERSION_NAME: 1.4.9
ANDROID_VERSION_NAME: 1.4.10
# 版本号
ANDROID_VERSION_CODE: 14900
ANDROID_VERSION_CODE: 141000
# 密钥库文件
ANDROID_KEYSTORE_FILE: release.keystore
# 密钥库口令
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
APP_ID: ${{secrets.APP_ID}}
APP_NAME: Taro
BUILD_TYPE: debug
IOS_VERSION_NUMBER: 1.4.9
IOS_VERSION_NUMBER: 1.4.10
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.DEBUG_PROVISIONING_PROFILE_SPECIFIER}}
IOS_CODE_SIGN_IDENTITY: Apple Development
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assemble_ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
APP_ID: ${{secrets.APP_ID}}
APP_NAME: Taro
BUILD_TYPE: release
IOS_VERSION_NUMBER: 1.4.9
IOS_BUILD_NUMBER: 1.4.9.1
IOS_VERSION_NUMBER: 1.4.10
IOS_BUILD_NUMBER: 1.4.10.1
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.RELEASE_PROVISIONING_PROFILE_SPECIFIER}}
IOS_CODE_SIGN_IDENTITY: Apple Distribution
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-playground",
"version": "1.4.9",
"version": "1.4.10",
"private": true,
"description": "",
"templateInfo": {
Expand Down

0 comments on commit 1a3896f

Please sign in to comment.