diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd3618f..bb822e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,12 +60,13 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*" - tag: v2.0.9.1 + tag: v2.0.9.2 token: ${{ secrets.TOKEN }} - name: "beta-v2.0.9.1" + name: "beta-v2.0.9.2" body: | - ## What's New in v2.0.9.1 + ## What's New in v2.0.9.2 + - Improved Error Handlers. - **Redis Cloud Implementation and Fetching in Beta Phase** - **Structure of Redis added to Clean Architecture - **Added Redis-base to support syncfusion** diff --git a/README.md b/README.md index 386f0ee..26565f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - +
@@ -17,8 +17,9 @@
**APP STATUS** : ALL CORE FUNCTIONALITIES WORKING (Deployed NodeJs & Postgresql on Render)
-## What's New in v2.0.9.1 (Beta Trial Phase for Redis)
+## What's New in v2.0.9.2 (Beta Trial Phase for Redis)
+ - Improved Error Handlers.
- **Redis Cloud Implementation and Fetching in Beta Phase**
- **Structure of Redis added to Clean Architecture
- **Added Redis-base to support syncfusion**
diff --git a/lib/features/meditation/presentation/pages/meditation_page.dart b/lib/features/meditation/presentation/pages/meditation_page.dart
index bedc1fc..4e76cdd 100644
--- a/lib/features/meditation/presentation/pages/meditation_page.dart
+++ b/lib/features/meditation/presentation/pages/meditation_page.dart
@@ -807,7 +807,7 @@ class _MeditationPageState extends State