Skip to content

Commit 82bff27

Browse files
committed
bump deps and version
1 parent e0d9ee3 commit 82bff27

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.3.3
2+
3+
- Fix memory crashes :D
4+
- nicer names for split-to-dates thanks to @denouche #168 <3
5+
16
## 3.3.2
27

38
- Bump SDK and dependencies

lib/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:path/path.dart' as p;
77
import 'package:proper_filesize/proper_filesize.dart';
88

99
// remember to bump this
10-
const version = '3.3.2';
10+
const version = '3.3.3';
1111

1212
/// max file size to read for exif/hash/anything
1313
const maxFileSize = 64 * 1024 * 1024;

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ packages:
9393
dependency: transitive
9494
description:
9595
name: coverage
96-
sha256: "961c4aebd27917269b1896382c7cb1b1ba81629ba669ba09c27a7e5710ec9040"
96+
sha256: "2fb815080e44a09b85e0f2ca8a820b15053982b2e714b59267719e8a9ff17097"
9797
url: "https://pub.dev"
9898
source: hosted
99-
version: "1.6.2"
99+
version: "1.6.3"
100100
crypto:
101101
dependency: "direct main"
102102
description:
@@ -405,10 +405,10 @@ packages:
405405
dependency: "direct dev"
406406
description:
407407
name: test
408-
sha256: b54d427664c00f2013ffb87797a698883c46aee9288e027a50b46eaee7486fa2
408+
sha256: fad866af0eab867e2c96623e25fe9f7e4d598a1f19e3da3a70b52fe4083cb145
409409
url: "https://pub.dev"
410410
source: hosted
411-
version: "1.22.2"
411+
version: "1.23.0"
412412
test_api:
413413
dependency: transitive
414414
description:
@@ -421,10 +421,10 @@ packages:
421421
dependency: transitive
422422
description:
423423
name: test_core
424-
sha256: "95ecc12692d0dd59080ab2d38d9cf32c7e9844caba23ff6cd285690398ee8ef4"
424+
sha256: d345256d1f4a63c8193ba40e4657dea57c2f92a6b7501657ec7f3f57dd26769d
425425
url: "https://pub.dev"
426426
source: hosted
427-
version: "0.4.22"
427+
version: "0.4.23"
428428
typed_data:
429429
dependency: transitive
430430
description:
@@ -437,10 +437,10 @@ packages:
437437
dependency: transitive
438438
description:
439439
name: vm_service
440-
sha256: "2277c73618916ae3c2082b6df67b6ebb64b4c69d9bf23b23700707952ac30e60"
440+
sha256: a4040e9852e56bf8a3c5a2e08a56f6facd76e75500cf2a922ce5d52394c4998a
441441
url: "https://pub.dev"
442442
source: hosted
443-
version: "10.1.2"
443+
version: "11.0.1"
444444
watcher:
445445
dependency: transitive
446446
description:

pubspec.yaml

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

66
environment:
77
sdk: '>=2.19.0 <3.0.0'
88

99
dependencies:
10-
args: ^2.3.1
10+
args: ^2.3.2
1111
path: ^1.8.3
1212
mime: ^1.0.4
13-
collection: ^1.17.0
13+
collection: ^1.17.1
1414
convert: ^3.1.1
1515
fuzzysearch: ^0.1.3
1616
crypto: ^3.0.2
1717
exif: ^3.1.2
1818
console_bars: ^1.1.0
1919
file_picker_desktop: ^1.1.1
20-
archive: ^3.3.5
20+
archive: ^3.3.6
2121
proper_filesize: ^0.0.2
2222

2323
dev_dependencies:
2424
lints: ^2.0.1
25-
test: ^1.22.2
25+
test: ^1.23.0

0 commit comments

Comments
 (0)