Skip to content

Commit

Permalink
chore: Bump version to 1.4.0+11
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Jun 20, 2023
1 parent 0fdd02f commit 22b2c1f
Show file tree
Hide file tree
Showing 6 changed files with 16 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.4.0+11

- add feature to export habit without records
- update `readme`

## 1.3.2+10

- fix fastlane/zh-CN app title name
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.4.0+11

- 添加无记录导出习惯的功能
- 更新`Readme`文档

## 1.3.2+10

- 修复 Fastlane/zh-CN 应用程序标题名称
Expand Down
1 change: 1 addition & 0 deletions docs/push_to_new_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
1. (Optional) Add translation text at `docs/CHANGELOG/<locale>.md`
3. (For android) Copy current version code change log from `CHANGELOG.md` to `{versionCode}.txt` (create a new file if not exist) at `fastlane/metadata/android/en-us/changelogs`.
1. (Optional) Add translation text at `fastlane/metadata/android/<locale>/changelogs`
2. (Optional) Or run `./scripts/gen_changelogs.sh` to auto generate changelogs from `CHANGELOG.md`
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- add feature to export habit without records
- update `readme`
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 添加无记录导出习惯的功能
- 更新`Readme`文档
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.3.2+10
version: 1.4.0+11

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

0 comments on commit 22b2c1f

Please # to comment.