Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Oct 21, 2022
1 parent c0a01a9 commit 6f652c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/export/controllers/vk_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ class VkStoreExportController extends ExportController {
flush: true,
);

print(
'Sticker ${sticker.id} = ${(await targetFile.stat()).size < 60 * 1024}');

await tempFile.delete();
} else {
final targetFileStream = targetFile.openWrite();
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: sticker_import
description: VK to TG Sticker Import
version: 2.0.0+10
version: 2.0.1+11
publish_to: none

environment:
Expand Down

0 comments on commit 6f652c4

Please sign in to comment.