diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dc151f2b..2ede1a181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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') diff --git a/changelog/v1.6.0+540.md b/changelog/v1.6.0+540.md new file mode 100644 index 000000000..0c97a2a3f --- /dev/null +++ b/changelog/v1.6.0+540.md @@ -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 + + diff --git a/pubspec.yaml b/pubspec.yaml index 8de7a50d1..b8d479ee3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'