Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Feb 5, 2023
1 parent 733e4de commit dc4f3c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.3.2

- Bump SDK and dependencies

## 3.3.1

### Fix bugs introduced in `v3.3.0` 🤓
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit dc4f3c2

Please sign in to comment.