Skip to content

Commit 54552b6

Browse files
committed
Bump version
1 parent 2e091c9 commit 54552b6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.0
2+
3+
- Added `--divide-to-dates` 🎉
4+
15
## 3.0.0
26

37
- Dart!

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
name: console_bars
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.0.5"
66+
version: "1.1.0"
6767
convert:
6868
dependency: "direct main"
6969
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gpth
22
description: 'Tool to help you with exporting stuff from Google Photos'
3-
version: 3.0.0
3+
version: 3.1.0
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55

66
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
fuzzysearch: ^0.1.3
1616
crypto: ^3.0.2
1717
exif: ^3.1.2
18-
console_bars: ^1.0.5
18+
console_bars: ^1.1.0
1919

2020
dev_dependencies:
2121
lints: ^2.0.1

0 commit comments

Comments
 (0)