diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bb822e8..af05843 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -60,13 +60,13 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*"
- tag: v2.0.9.2
+ tag: v2.0.9.3
token: ${{ secrets.TOKEN }}
- name: "beta-v2.0.9.2"
+ name: "beta-v2.0.9.3"
body: |
- ## What's New in v2.0.9.2
+ ## What's New in v2.0.9.3
- - Improved Error Handlers.
+ - Improved Error Handlers - Catching Redis Issues step-by-step.
- **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 26565f0..9605d14 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-
+
@@ -17,9 +17,9 @@
**APP STATUS** : ALL CORE FUNCTIONALITIES WORKING (Deployed NodeJs & Postgresql on Render)
-## What's New in v2.0.9.2 (Beta Trial Phase for Redis)
+## What's New in v2.0.9.3 (Beta Trial Phase for Redis) (Use Stable Version for Best Experience)
- - Improved Error Handlers.
+ - Improved Error Handlers - Catching Redis Issues step-by-step.
- **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 4e76cdd..e14e302 100644
--- a/lib/features/meditation/presentation/pages/meditation_page.dart
+++ b/lib/features/meditation/presentation/pages/meditation_page.dart
@@ -800,13 +800,18 @@ class _MeditationPageState extends State