diff --git a/CHANGELOG.md b/CHANGELOG.md index c227fd2..e2531bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.7 +* Fix screenshot + ## 0.0.6 * Do not take textScaleFactor into account, to fix different chordWidth in different devices diff --git a/example/pubspec.lock b/example/pubspec.lock index d0adaa2..a16d2b2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "0.0.6" + version: "0.0.7" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 6d9c6d0..1321571 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.0.6 +version: 0.0.7 repository: https://github.com/paurakhsharma/flutter_chord environment: