Release version 3.3.0 and moor_ffi 0.8.0

This commit is contained in:
Simon Binder 2020-07-29 13:00:50 +02:00
parent 599128273c
commit 5510cb97b1
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: moor name: moor
description: Moor is a safe and reactive persistence library for Dart applications description: Moor is a safe and reactive persistence library for Dart applications
version: 3.2.0 version: 3.3.0
repository: https://github.com/simolus3/moor repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/ homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues issue_tracker: https://github.com/simolus3/moor/issues
@ -25,8 +25,8 @@ dev_dependencies:
mockito: ^4.1.0 mockito: ^4.1.0
rxdart: ^0.24.0 # used to test compatibility with stream queries rxdart: ^0.24.0 # used to test compatibility with stream queries
dependency_overrides: #dependency_overrides:
moor_generator: # moor_generator:
path: ../moor_generator # path: ../moor_generator
sqlparser: # sqlparser:
path: ../sqlparser # path: ../sqlparser

View File

@ -27,7 +27,7 @@ dependencies:
# Dart analysis # Dart analysis
analyzer: '^0.39.11' analyzer: '^0.39.11'
analyzer_plugin: ^0.2.4 analyzer_plugin: '>=0.2.4 <0.4.0'
source_span: ^1.5.5 source_span: ^1.5.5
# Build system # Build system