diff --git a/.github/workflows/Releases.yml b/.github/workflows/Releases.yml index bf8f7302..5057464f 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.5.1+96 🎉" - tag: "v1.5.1+96" + name: "🎉 Release v1.5.2+97 🎉" + tag: "v1.5.2+97" 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 d96dd27d..45b7a83e 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 149ca27a..c9ab0597 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 37b0a84b..adc4324b 100644 --- a/.release_tool/body.md +++ b/.release_tool/body.md @@ -1,16 +1,18 @@ ### **Latest Version** -[v1.5.1+96](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.1+96) +[v1.5.2+97](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.2+97) ### **What's Updated** -> 📖Revise +> 📖Revise & 🔧Fix issue > -> 1. 📖Update packages +> 1. 🔧Fix issue cause by .isNull & .isNotNull +> 2. 📖Update flutter_quill and other packages +> 3. 📖Remove some printLog ### **Changelog** -> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.5.0+95...v1.5.1+96) +> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.5.1+96...v1.5.2+97) > 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 a6f6d239..ebcaf8ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: For mercurius. publish_to: "none" -version: 1.5.1+96 +version: 1.5.2+97 environment: sdk: ">=3.1.2 <4.0.0"