From bc44531dd3005e5c6de008dacdc29e92167cb0fb Mon Sep 17 00:00:00 2001 From: Sanket Chaudhari Date: Mon, 8 Nov 2021 19:21:20 +0530 Subject: [PATCH] version bump to 1.0.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57af1d..77d1d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.2] - 2021-11-08 +* [Parse PicType, fix picture on ID3v2.2](https://github.com/sanket143/id3/pull/19) +* Welcome [@moffatman](https://github.com/moffatman) as a collaborator +* [Properly parse ID3v2.2 tags](https://github.com/sanket143/id3/pull/14) + ## [1.0.1] - 2021-08-28 * [Properly parse ID3v2.2 tags](https://github.com/sanket143/id3/pull/14), with some explicit type notation diff --git a/pubspec.yaml b/pubspec.yaml index 49778ad..6229cc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: id3 description: A cross platform dart package to extract meta data from mp3 files. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/sanket143/id3 environment: