Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 2de3204

Browse files
author
eightgran
committed
Increment version number - 1.0.1
1 parent 03c4c82 commit 2de3204

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.1
2+
3+
- Add support for `Android 12`
4+
- Update `permission_handler` dependency
5+
- Update `file_picker` dependency
6+
- Improve null handling
7+
18
## 1.0.0
29

310
- Add `file_picker` allowing customizable file paths to restore backup from using the `pickBackupFile` method.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
path: ".."
6767
relative: true
6868
source: path
69-
version: "1.0.0"
69+
version: "1.0.1"
7070
meta:
7171
dependency: transitive
7272
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
A Flutter package to create and restore backups, whose content is stored in a JSON file.
44
repository: https://www.github.com/litlifesoftware/lit_backup_service
55
issue_tracker: https://github.com/litlifesoftware/lit_backup_service/issues
6-
version: 1.0.0
6+
version: 1.0.1
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)