Skip to content

Commit 98cc6a7

Browse files
authored
chore: version bump (#17)
1 parent 44c655c commit 98cc6a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.11
2+
3+
* Improve documentation
4+
15
## 0.0.10
26

37
* Add code coverage generation to the CI/CD pipeline

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ packages:
419419
path: ".."
420420
relative: true
421421
source: path
422-
version: "0.0.10"
422+
version: "0.0.11"
423423
typed_data:
424424
dependency: transitive
425425
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: the_storage
22
description: "A fast and secure storage library for Flutter: store key and iv in FlutterSecureStorage and individual iv for every record in SQLite"
3-
version: 0.0.10
3+
version: 0.0.11
44
homepage: https://github.com/nesquikm/the_storage
55

66
environment:

0 commit comments

Comments
 (0)