We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c655c commit 98cc6a7Copy full SHA for 98cc6a7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.11
2
+
3
+* Improve documentation
4
5
## 0.0.10
6
7
* Add code coverage generation to the CI/CD pipeline
example/pubspec.lock
@@ -419,7 +419,7 @@ packages:
419
path: ".."
420
relative: true
421
source: path
422
- version: "0.0.10"
+ version: "0.0.11"
423
typed_data:
424
dependency: transitive
425
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: the_storage
description: "A fast and secure storage library for Flutter: store key and iv in FlutterSecureStorage and individual iv for every record in SQLite"
-version: 0.0.10
+version: 0.0.11
homepage: https://github.com/nesquikm/the_storage
environment:
0 commit comments