Update versions to 1.1.0

This commit is contained in:
Simon Binder 2019-03-10 15:11:49 +01:00
parent d506d54315
commit 62db5ef29c
No known key found for this signature in database
GPG Key ID: B807FDF954BA00CF
4 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 1.0.0
version: 1.1.0
homepage: https://github.com/simolus3/moor
authors:
- Simon Binder <simolus3@gmail.com>

View File

@ -18,8 +18,7 @@ class TodoCard extends StatelessWidget {
if (entry.targetDate == null) {
dueDate = GestureDetector(
onTap: () {
final db = BlocProvider.provideBloc(context).db;
db.testTransaction(entry);
BlocProvider.provideBloc(context).db.testTransaction(entry);
},
child: const Text(
'No due date set',

View File

@ -1,6 +1,6 @@
name: moor_flutter
description: Flutter implementation of moor, a safe and reactive persistence library for Dart applications
version: 1.0.1
version: 1.1.0
homepage: https://github.com/simolus3/moor
authors:
- Simon Binder <simolus3@gmail.com>

View File

@ -1,6 +1,6 @@
name: moor_generator
description: Dev-dependency to generate table and dataclasses together with the moor package.
version: 1.0.0
version: 1.1.0
homepage: https://github.com/simolus3/moor
authors:
- Simon Binder <simolus3@gmail.com>