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

Commit 7bc6888

Browse files
author
eightgran
committed
Increment version number - 1.0.2
- Update Changelog - Upgrade example app's dependencies
1 parent c7d2c50 commit 7bc6888

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.2
2+
3+
- Allow shorter directory names using the `useShortDirectoryNaming` flag.
4+
- Expose the current backup directory using the `expectedBackupPath` getter.
5+
16
## 1.0.1
27

38
- Add support for `Android 12`

example/pubspec.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: characters
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.1.0"
10+
version: "1.2.0"
1111
collection:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: cupertino_icons
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.0.3"
24+
version: "1.0.4"
2525
ffi:
2626
dependency: transitive
2727
description:
@@ -47,7 +47,7 @@ packages:
4747
name: flutter_plugin_android_lifecycle
4848
url: "https://pub.dartlang.org"
4949
source: hosted
50-
version: "2.0.3"
50+
version: "2.0.5"
5151
flutter_web_plugins:
5252
dependency: transitive
5353
description: flutter
@@ -66,7 +66,14 @@ packages:
6666
path: ".."
6767
relative: true
6868
source: path
69-
version: "1.0.1"
69+
version: "1.0.2"
70+
material_color_utilities:
71+
dependency: transitive
72+
description:
73+
name: material_color_utilities
74+
url: "https://pub.dartlang.org"
75+
source: hosted
76+
version: "0.1.3"
7077
meta:
7178
dependency: transitive
7279
description:
@@ -80,7 +87,7 @@ packages:
8087
name: path
8188
url: "https://pub.dartlang.org"
8289
source: hosted
83-
version: "1.8.0"
90+
version: "1.8.1"
8491
permission_handler:
8592
dependency: transitive
8693
description:
@@ -101,7 +108,7 @@ packages:
101108
name: plugin_platform_interface
102109
url: "https://pub.dartlang.org"
103110
source: hosted
104-
version: "2.0.1"
111+
version: "2.1.2"
105112
sky_engine:
106113
dependency: transitive
107114
description: flutter
@@ -120,7 +127,7 @@ packages:
120127
name: vector_math
121128
url: "https://pub.dartlang.org"
122129
source: hosted
123-
version: "2.1.0"
130+
version: "2.1.1"
124131
sdks:
125132
dart: ">=2.14.0 <3.0.0"
126133
flutter: ">=2.5.0"

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.1
6+
version: 1.0.2
77

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

0 commit comments

Comments
 (0)