Skip to content

Commit c36a0dc

Browse files
committed
bump version for logs
1 parent a74248e commit c36a0dc

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

.fvm/fvm_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"flutterSdkVersion": "3.7.1",
2+
"flutterSdkVersion": "3.7.7",
33
"flavors": {}
44
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.5
2+
3+
- Address #178 issues in logs - instructions on what to do
4+
5+
Sorry but this is all i can do for now :( we may get actual fix if https://github.com/brendan-duncan/archive/pull/244 ever moves further
6+
17
## 3.3.4
28

39
- New name-guess patterns from @matt-boris <3

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.4';
10+
const version = '3.3.5';
1111

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

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: "569ddca58d535e601dd1584afa117710abc999d036c0cd2c51777fb257df78e8"
8+
sha256: "98d1d33ed129b372846e862de23a0fc365745f4d7b5e786ce667fcbbb7ac5c07"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "53.0.0"
11+
version: "55.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "10927c4b7c7c88b1adbca278c3d5531db92e2f4b4abf04e2919a800af965f3f5"
16+
sha256: "881348aed9b0b425882c97732629a6a31093c8ff20fc4b3b03fb9d3d50a3a126"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "5.5.0"
19+
version: "5.7.1"
2020
archive:
2121
dependency: "direct main"
2222
description:
@@ -38,10 +38,10 @@ packages:
3838
dependency: transitive
3939
description:
4040
name: async
41-
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
41+
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
4242
url: "https://pub.dev"
4343
source: hosted
44-
version: "2.10.0"
44+
version: "2.11.0"
4545
async_extension:
4646
dependency: transitive
4747
description:
@@ -254,10 +254,10 @@ packages:
254254
dependency: transitive
255255
description:
256256
name: node_preamble
257-
sha256: "8ebdbaa3b96d5285d068f80772390d27c21e1fa10fb2df6627b1b9415043608d"
257+
sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db"
258258
url: "https://pub.dev"
259259
source: hosted
260-
version: "2.0.1"
260+
version: "2.0.2"
261261
package_config:
262262
dependency: transitive
263263
description:
@@ -438,10 +438,10 @@ packages:
438438
dependency: transitive
439439
description:
440440
name: vm_service
441-
sha256: a4040e9852e56bf8a3c5a2e08a56f6facd76e75500cf2a922ce5d52394c4998a
441+
sha256: eb3cf3f45fc1500ae30481ac9ab788302fa5e8edc3f3eaddf183945ee93a8bf3
442442
url: "https://pub.dev"
443443
source: hosted
444-
version: "11.0.1"
444+
version: "11.2.0"
445445
watcher:
446446
dependency: transitive
447447
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.3.4
3+
version: 3.3.5
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55
publish_to: 'none'
66

0 commit comments

Comments
 (0)