Skip to content

Commit

Permalink
chore: Bump version to 1.6.0+16
Browse files Browse the repository at this point in the history
- Add custom datetime format picker
- Fixed wrong use of create date icon
  • Loading branch information
FriesI23 committed Jul 3, 2023
1 parent cfd2ca0 commit f66f210
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.6.0+16

- add custom datetime format picker
- fixed wrong use of create date icon

## 1.5.1+15

- fixed: FAB display overlap with habit
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.6.0+16

- 添加自定义日期时间格式选择弹窗
- 修复创建日期图标的错误使用的问题

## 1.5.1+15

- 修复FAB按钮与习惯重叠的问题
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- add custom datetime format picker
- fixed wrong use of create date icon
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 添加自定义日期时间格式选择弹窗
- 修复创建日期图标的错误使用的问题
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.5.1+15
version: 1.6.0+16

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

0 comments on commit f66f210

Please sign in to comment.