Skip to content

Commit

Permalink
Merge pull request #13 from guidezpl/end
Browse files Browse the repository at this point in the history
Add missing ending bytes
  • Loading branch information
brianegan authored Feb 17, 2023
2 parents b3077a1 + a7fcdc4 commit 9a36f0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.1

- Transparent image is stronger than ever, with 3 more ending bytes.

## 2.0.0

- Maximum Stability Unlocked.
Expand Down
3 changes: 3 additions & 0 deletions lib/transparent_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ final Uint8List kTransparentImage = new Uint8List.fromList(<int>[
0x4E,
0x44,
0xAE,
0x42,
0x60,
0x82,
]);
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: transparent_image
description: A transparent image in Dart code, represented as a Uint8List.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/brianegan/transparent_image

environment:
Expand Down

0 comments on commit 9a36f0a

Please sign in to comment.