diff --git a/CHANGELOG.md b/CHANGELOG.md index d86ed7f..8e92b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 +* Leading and trailing widget +* Customizable extra line height + ## 0.1.0 * Thanks to @auhsor, long lyrics are splitted to multiple lines to overcome overflow. diff --git a/example/pubspec.lock b/example/pubspec.lock index 0cc1fc3..a9c80dc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 4afb0d6..24bac4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_chord description: Lyrics Chord parser and renderer for Flutter. It also comes with transpose and auto-scroll features. -version: 0.1.0 +version: 0.1.1 repository: https://github.com/paurakhsharma/flutter_chord environment: