Skip to content

Commit

Permalink
Fix crypto version range
Browse files Browse the repository at this point in the history
  • Loading branch information
simc committed Feb 8, 2020
1 parent 804b9b8 commit a15a5d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.0+1

### Enhancements
- Minor performance improvements

### Fixes
- Allow more versions of `crypto`

## 1.4.0

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions 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: 1.4.0
version: 1.4.0+1
homepage: https://github.com/hivedb/hive
documentation: https://docs.hivedb.dev/

Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
meta: ^1.1.7
crypto: ">=2.1.4 <3.0.0"
crypto: ">=2.1.0 <3.0.0"

dev_dependencies:
test: ^1.9.4
Expand Down

0 comments on commit a15a5d3

Please sign in to comment.