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

Commit d29dce7

Browse files
author
eightgran
committed
Increment version number - 1.0.3
- Update Changelog - Upgrade example app's dependencies
1 parent 711a20d commit d29dce7

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+
## 1.0.3
2+
3+
- Improve error handling when creating directories
4+
15
## 1.0.2
26

37
- Allow shorter directory names using the `useShortDirectoryNaming` flag.

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.2"
69+
version: "1.0.3"
7070
material_color_utilities:
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.2
6+
version: 1.0.3
77

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

0 commit comments

Comments
 (0)