diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7813d4e..1d78a5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,11 +26,11 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*" - tag: v2.0.2 + tag: v2.0.3 token: ${{ secrets.TOKEN }} release_name: "stable-build-v2" body: | - ## What's New in v2.0.2 + ## What's New in v2.0.3 - **Bug Fixes**: Resolved an issue where all three quotes would display at the same time. - **Performance Improvements**: Optimized API response times. - **UI Enhancements**: Updated the home UI and improved navigation for a smoother experience. diff --git a/README.md b/README.md index 7b2fb82..8fdc502 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ In a world where stress and anxiety are increasingly common, *Mindful* serves as - + ## Technologies Used - **Backend**: diff --git a/screenshots/song_player.jpg b/screenshots/song_player.jpg deleted file mode 100644 index d9a5340..0000000 Binary files a/screenshots/song_player.jpg and /dev/null differ diff --git a/screenshots/song_player_new.jpg b/screenshots/song_player_new.jpg new file mode 100644 index 0000000..4c85fa2 Binary files /dev/null and b/screenshots/song_player_new.jpg differ