We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804b9b8 commit a15a5d3Copy full SHA for a15a5d3
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.4.0+1
2
+
3
+### Enhancements
4
+- Minor performance improvements
5
6
+### Fixes
7
+- Allow more versions of `crypto`
8
9
## 1.4.0
10
11
### Enhancements
pubspec.yaml
@@ -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/
@@ -9,7 +9,7 @@ environment:
dependencies:
meta: ^1.1.7
12
- crypto: ">=2.1.4 <3.0.0"
+ crypto: ">=2.1.0 <3.0.0"
13
14
dev_dependencies:
15
test: ^1.9.4
0 commit comments