diff --git a/sqflite_darwin/CHANGELOG.md b/sqflite_darwin/CHANGELOG.md index d8123238..7335a627 100644 --- a/sqflite_darwin/CHANGELOG.md +++ b/sqflite_darwin/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2.4.1 +## 2.4.1+1 * Allow creating unprotected folder in iOS (issue #924) + * Fix delete database to properly delete all related files (`-shm`, `-wal`, `-journal`) ## 2.4.1-1 diff --git a/sqflite_darwin/pubspec.yaml b/sqflite_darwin/pubspec.yaml index 66f5f195..a48587b2 100644 --- a/sqflite_darwin/pubspec.yaml +++ b/sqflite_darwin/pubspec.yaml @@ -3,7 +3,7 @@ repository: https://github.com/tekartik/sqflite/tree/master/sqflite_darwin issue_tracker: https://github.com/tekartik/sqflite/issues description: iOS/MacOS flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. -version: 2.4.1 +version: 2.4.1+1 # This package supports all platforms listed below. platforms: