Skip to content

Commit

Permalink
chore: Bump version to 1.8.0+18
Browse files Browse the repository at this point in the history
- Add negative habit
- Refactor some of the code
- Add CI
  • Loading branch information
FriesI23 committed Jul 16, 2023
1 parent 16ceaee commit 7a4f782
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 1.8.0+19

- Add negative habit
- Refactor some of the code
- Add CI

**IMPORTANT**: Please make a full backup before updating this version.

## 1.7.1+18

- fixed summary text show negative number
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 更新日志

## 1.8.0+19

- 添加负面习惯
- 重构部分代码
- 增加CI

**重要**:在更新此版本之前,请进行全量备份。

## 1.7.1+18

- 修复总览中显示负数的问题
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add negative habit
- Refactor some of the code
- Add CI

**IMPORTANT**: Please make a full backup before updating this version.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 添加负面习惯
- 重构部分代码
- 增加CI

**重要**:在更新此版本之前,请进行全量备份。
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.7.1+18
version: 1.8.0+19

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

0 comments on commit 7a4f782

Please sign in to comment.