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

Commit 6ce69c6

Browse files
author
eightgran
committed
Increment version number - 1.0.0
1 parent 062a4b7 commit 6ce69c6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
## 1.0.0
2+
3+
- Add `file_picker` allowing customizable file paths to restore backup from using the `pickBackupFile` method.
4+
- Implement file picking on `BackupStorage` to reduce permission-based errors.
5+
- Add `installationID` property on `BackupStorage` to allow multiple backups on the same device.
6+
17
## 0.0.1
28

39
- Initial release
4-
- LitBackupService - A Flutter package to create and restore backups, whose content is stored on a JSON file.
10+
- LitBackupService - A Flutter package to create and restore backups, whose content is stored in a JSON file.

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: "0.0.1"
69+
version: "1.0.0"
7070
meta:
7171
dependency: transitive
7272
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: lit_backup_service
22
description: >-
33
A Flutter package to create and restore backups, whose content is stored in a JSON file.
4-
version: 0.0.1
5-
homepage: https://github.com/litlifesoftware/lit_backup_service
4+
repository: https://www.github.com/litlifesoftware/lit_backup_service
5+
issue_tracker: https://github.com/litlifesoftware/lit_backup_service/issues
6+
version: 1.0.0
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)