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 733e4de commit dc4f3c2Copy full SHA for dc4f3c2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.3.2
2
+
3
+- Bump SDK and dependencies
4
5
## 3.3.1
6
7
### Fix bugs introduced in `v3.3.0` 🤓
lib/utils.dart
@@ -7,7 +7,7 @@ import 'package:path/path.dart' as p;
import 'package:proper_filesize/proper_filesize.dart';
8
9
// remember to bump this
10
-const version = '3.3.1';
+const version = '3.3.2';
11
12
/// convenient print for errors
13
void error(Object? object) => stderr.write('$object\n');
pubspec.yaml
@@ -1,6 +1,6 @@
name: gpth
description: 'Tool to help you with exporting stuff from Google Photos'
-version: 3.3.1
+version: 3.3.2
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
environment:
0 commit comments