Skip to content

Commit

Permalink
Nullsafe release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cardona Rojas committed Aug 23, 2021
1 parent 0953b2f commit a4f5afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
name: dartz
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.0-nullsafety.2"
version: "0.10.0"
equatable:
dependency: "direct dev"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: verify
description: Validations made simple. An extension based validation DSL.
version: 2.0.0-nullsafety.1
version: 2.0.0
homepage: https://github.com/DanielCardonaRojas/verify

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
collection: ^1.15.0
dartz: ">=0.10.0-nullsafety.2 <1.0.0"
dartz: ^0.10.0

dev_dependencies:
equatable: ^2.0.0
Expand Down

0 comments on commit a4f5afc

Please sign in to comment.