diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b05d4a..1aa4f617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.3.2 + +- Bump SDK and dependencies + ## 3.3.1 ### Fix bugs introduced in `v3.3.0` 🤓 diff --git a/lib/utils.dart b/lib/utils.dart index bd5183ee..16687e44 100644 --- a/lib/utils.dart +++ b/lib/utils.dart @@ -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.1'; +const version = '3.3.2'; /// convenient print for errors void error(Object? object) => stderr.write('$object\n'); diff --git a/pubspec.yaml b/pubspec.yaml index ae4e5666..1d5aae1e 100644 --- a/pubspec.yaml +++ b/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: