diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ca0aa..6f985b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Next +## 0.7.0-alpha.4 - Add latest changes from master diff --git a/pubspec.yaml b/pubspec.yaml index aacb854..fe2e027 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sqlite_async description: High-performance asynchronous interface for SQLite on Dart and Flutter. -version: 0.7.0-alpha.3 +version: 0.7.0-alpha.4 repository: https://github.com/powersync-ja/sqlite_async.dart environment: sdk: ">=3.2.0 <4.0.0"