diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f7171..43ace63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.1 - 24/07/2024 + +Bug fixes 😊 + ## 2.4.0 - 23/04/2024 Backup to Google Drive is now available! diff --git a/pubspec.yaml b/pubspec.yaml index 3baa785..a615146 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.4.0+24 +version: 2.4.1+25 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/release_notes.txt b/release_notes.txt index 2bcd5a8..74a0d4e 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1 @@ -Backup to Google Drive is now available! - -Setting > Backup and Restore and then enable "Backup to Google Drive" \ No newline at end of file +Bug fixes 😊 \ No newline at end of file