Skip to content

Commit dc4f3c2

Browse files
committed
bump
1 parent 733e4de commit dc4f3c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.3.2
2+
3+
- Bump SDK and dependencies
4+
15
## 3.3.1
26

37
### Fix bugs introduced in `v3.3.0` 🤓

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

1212
/// convenient print for errors
1313
void error(Object? object) => stderr.write('$object\n');

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.1
3+
version: 3.3.2
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55

66
environment:

0 commit comments

Comments
 (0)