Skip to content

Commit

Permalink
bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Feb 8, 2023
1 parent e0d9ee3 commit 82bff27
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.3.3

- Fix memory crashes :D
- nicer names for split-to-dates thanks to @denouche #168 <3

## 3.3.2

- Bump SDK and dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:path/path.dart' as p;
import 'package:proper_filesize/proper_filesize.dart';

// remember to bump this
const version = '3.3.2';
const version = '3.3.3';

/// max file size to read for exif/hash/anything
const maxFileSize = 64 * 1024 * 1024;
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ packages:
dependency: transitive
description:
name: coverage
sha256: "961c4aebd27917269b1896382c7cb1b1ba81629ba669ba09c27a7e5710ec9040"
sha256: "2fb815080e44a09b85e0f2ca8a820b15053982b2e714b59267719e8a9ff17097"
url: "https://pub.dev"
source: hosted
version: "1.6.2"
version: "1.6.3"
crypto:
dependency: "direct main"
description:
Expand Down Expand Up @@ -405,10 +405,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: b54d427664c00f2013ffb87797a698883c46aee9288e027a50b46eaee7486fa2
sha256: fad866af0eab867e2c96623e25fe9f7e4d598a1f19e3da3a70b52fe4083cb145
url: "https://pub.dev"
source: hosted
version: "1.22.2"
version: "1.23.0"
test_api:
dependency: transitive
description:
Expand All @@ -421,10 +421,10 @@ packages:
dependency: transitive
description:
name: test_core
sha256: "95ecc12692d0dd59080ab2d38d9cf32c7e9844caba23ff6cd285690398ee8ef4"
sha256: d345256d1f4a63c8193ba40e4657dea57c2f92a6b7501657ec7f3f57dd26769d
url: "https://pub.dev"
source: hosted
version: "0.4.22"
version: "0.4.23"
typed_data:
dependency: transitive
description:
Expand All @@ -437,10 +437,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "2277c73618916ae3c2082b6df67b6ebb64b4c69d9bf23b23700707952ac30e60"
sha256: a4040e9852e56bf8a3c5a2e08a56f6facd76e75500cf2a922ce5d52394c4998a
url: "https://pub.dev"
source: hosted
version: "10.1.2"
version: "11.0.1"
watcher:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: gpth
description: 'Tool to help you with exporting stuff from Google Photos'
version: 3.3.2
version: 3.3.3
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'

environment:
sdk: '>=2.19.0 <3.0.0'

dependencies:
args: ^2.3.1
args: ^2.3.2
path: ^1.8.3
mime: ^1.0.4
collection: ^1.17.0
collection: ^1.17.1
convert: ^3.1.1
fuzzysearch: ^0.1.3
crypto: ^3.0.2
exif: ^3.1.2
console_bars: ^1.1.0
file_picker_desktop: ^1.1.1
archive: ^3.3.5
archive: ^3.3.6
proper_filesize: ^0.0.2

dev_dependencies:
lints: ^2.0.1
test: ^1.22.2
test: ^1.23.0

0 comments on commit 82bff27

Please sign in to comment.