Skip to content

Commit

Permalink
chore: Bump version to 1.2.3+5
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed May 25, 2023
1 parent f292f85 commit 6452b5e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[中文](./docs/CHANGELOG/zh.md)

## 1.2.3+5

- fix artifact path with appbundle
- fix app signed progress

## 1.2.2+4

- Fix fastlane locale folder case
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新日志

## 1.2.3+5

- 修复 appbundle 构件路径
- 修复应用程序构建签名

## 1.2.2+4

- 修复 Fastlane 的本地化文件夹大小写问题
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fix artifact path with appbundle
- fix app signed progress
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 修复 appbundle 构件路径
- 修复应用程序构建签名
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.2.2+4
version: 1.2.3+5

environment:
sdk: ">=2.18.6 <3.0.0"
Expand Down

0 comments on commit 6452b5e

Please sign in to comment.