We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c24d93 commit 0420211Copy full SHA for 0420211
lib/utils.dart
@@ -9,7 +9,7 @@ import 'package:proper_filesize/proper_filesize.dart';
9
import 'media.dart';
10
11
// remember to bump this
12
-const version = '3.4.0-rc.1 - ALBUMS!';
+const version = '3.4.0';
13
14
/// max file size to read for exif/hash/anything
15
const maxFileSize = 64 * 1024 * 1024;
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: gpth
2
description: 'Tool to help you with exporting stuff from Google Photos'
3
-version: 3.4.0-rc.1
+version: 3.4.0
4
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
5
publish_to: 'none'
6
0 commit comments