From e8af175b95daa11f6fa3f6a8818dc8cb4990bd09 Mon Sep 17 00:00:00 2001 From: Steven Ontong Date: Thu, 4 Jul 2024 15:46:52 +0200 Subject: [PATCH] chore: version bump --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 276f334..2e041ba 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.5 +version: 0.8.0 repository: https://github.com/powersync-ja/sqlite_async.dart environment: sdk: ">=3.4.0 <4.0.0"