Skip to content

Commit

Permalink
bump 1.6.0+540
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Mar 19, 2024
1 parent c138855 commit 0c3aef1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Upload to release
uses: ncipollo/release-action@v1
with:
artifacts: "/tmp/artifacts/release-apk/*.apk,/tmp/artifacts/release-ios*/*.ipa,/tmp/artifacts/release-mac/*.zip,/tmp/artifacts/release-windows/*.zip"
artifacts: "/tmp/artifacts/release-apk/*.apk,/tmp/artifacts/release-ios*/*.ipa,/tmp/artifacts/release-mac/*.zip"
tag: ${{ github.ref_name }}
bodyFile: changelog/v${{ env.app_version }}.md
prerelease: contains(github.ref, 'pre')
Expand Down
21 changes: 21 additions & 0 deletions changelog/v1.6.0+540.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## ✨ 功能

- 改名为 Eros-FE
- 更新 Flutter 版本, 更新依赖

## 🐛 修正

- 自定义Json解析, 避免因为类型导致的解析异常 #339

---

## ✨ Features

- Rename to Eros-FE
- Update Flutter version, update dependencies

## 🐛 Fixes

- Custom Json parsing to avoid parsing exceptions caused by types #339


2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: eros_fe
description: An unofficial e-hentai app

publish_to: 'none'
version: 1.5.4+534
version: 1.6.0+540

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 0c3aef1

Please sign in to comment.