From dd6d7bfd70da7f83950b56c34dcbab135ae13233 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Thu, 8 Jun 2023 10:21:53 +0200 Subject: [PATCH] Prepare patch release --- drift/pubspec.yaml | 2 +- sqlparser/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 99544737..05f0614b 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -1,6 +1,6 @@ name: drift description: Drift is a reactive library to store relational data in Dart and Flutter applications. -version: 2.8.1 +version: 2.8.2 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues diff --git a/sqlparser/pubspec.yaml b/sqlparser/pubspec.yaml index 57aa501f..643b7af7 100644 --- a/sqlparser/pubspec.yaml +++ b/sqlparser/pubspec.yaml @@ -1,6 +1,6 @@ name: sqlparser description: Parses sqlite statements and performs static analysis on them -version: 0.30.1 +version: 0.30.2 homepage: https://github.com/simolus3/drift/tree/develop/sqlparser repository: https://github.com/simolus3/drift #homepage: https://drift.simonbinder.eu/