Skip to content

Commit

Permalink
Update hive version
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Jan 30, 2021
1 parent 3873fae commit b5cb42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hive/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hive
description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
version: 2.0.0-nullsafety.0
version: 1.6.0-nullsafety.0
homepage: https://github.com/hivedb/hive/tree/master/hive
documentation: https://docs.hivedb.dev/

Expand Down
2 changes: 1 addition & 1 deletion hive_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
build: ^1.5.2
source_gen: ">=0.9.10+1 <2.0.0"
hive: ">=1.3.0 <3.0.0"
hive: ">=1.3.0 <2.0.0"
analyzer: ">=0.40.0 <2.0.0"

dev_dependencies:
Expand Down

0 comments on commit b5cb42d

Please sign in to comment.