diff --git a/.github/workflows/Releases.yml b/.github/workflows/Releases.yml index 3468cd64..4f95011f 100644 --- a/.github/workflows/Releases.yml +++ b/.github/workflows/Releases.yml @@ -16,8 +16,8 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: ".release_tool/app-arm64-v8a-release.apk,.release_tool/Mercurius for Windows.zip" - name: "🎉 Release v1.4.6+94 🎉" - tag: "v1.4.6+94" + name: "🎉 Release v1.5.0+95 🎉" + tag: "v1.5.0+95" bodyFile: ".release_tool/body.md" skipIfReleaseExists: true token: ${{ secrets.WAREHOUSE_TOKEN }} diff --git a/.release_tool/Mercurius for Windows.zip b/.release_tool/Mercurius for Windows.zip index f9c6a5e4..940f45b9 100644 Binary files a/.release_tool/Mercurius for Windows.zip and b/.release_tool/Mercurius for Windows.zip differ diff --git a/.release_tool/app-arm64-v8a-release.apk b/.release_tool/app-arm64-v8a-release.apk index f5bf21e0..96a93a58 100644 Binary files a/.release_tool/app-arm64-v8a-release.apk and b/.release_tool/app-arm64-v8a-release.apk differ diff --git a/.release_tool/body.md b/.release_tool/body.md index 9608c183..c381c136 100644 --- a/.release_tool/body.md +++ b/.release_tool/body.md @@ -1,19 +1,17 @@ ### **Latest Version** -[v1.4.6+94](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.4.6+94) +[v1.5.0+95](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.0+95) ### **What's Updated** -> 📖Revise +> 📖Revise & 🌍Feature > -> 1. 📖Improve typo -> 2. 📖Update packages -> 3. 📖Change `SafeArea` position in `MorePage` -> 4. 📖Improve animation when change bottom navigation +> 1. 📖Update packages +> 2. 🌍You can add background image at Home Page now ### **Changelog** -> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.5+93...v1.4.6+94) +> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.6+94...v1.5.0+95) > For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases) ### **Breaking Changes** diff --git a/pubspec.yaml b/pubspec.yaml index dd055260..720f6e70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: For mercurius. publish_to: "none" -version: 1.4.6+94 +version: 1.5.0+95 environment: sdk: ">=3.0.0 <4.0.0"