From 98eb2f3e3695c83cc7628308153c90949ce8389b Mon Sep 17 00:00:00 2001 From: Adam McKee Date: Thu, 28 Mar 2024 20:15:34 -0500 Subject: [PATCH] prepare for 0.0.4 publish --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e408b..0a3913d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.4 + +* Bug fix for Measure.fromNoteList not updating concurrently played Note.and notes with calculated + timing + ## 0.0.3 * MeasureDisplay no longer grows unconstrained to available space of parent diff --git a/pubspec.yaml b/pubspec.yaml index 9a123e9..7d691b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libtab description: Flutter widgets for rendering music charts -version: 0.0.3 +version: 0.0.4 homepage: https://github.com/eighty4/libtab repository: https://github.com/eighty4/libtab