diff --git a/CHANGELOG.md b/CHANGELOG.md index 937da83..239cda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,7 @@ ## 1.0.4 * dispose phase animation controller + +## 1.0.5 + +* added `useLineThumb` parameter to optionally closer align with A13s Media Control Slider Design (thanks [@GioPan04](https://github.com/GioPan04) diff --git a/pubspec.yaml b/pubspec.yaml index c54a2be..1f11f2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: squiggly_slider description: Flutter Package to add the Squiggly Seekbar (introduced in Android 13 for the Media Player) as a Widget -version: 1.0.4 +version: 1.0.5 homepage: "https://github.com/hannesgith/squiggly_slider" repository: "https://github.com/hannesgith/squiggly_slider" issue_tracker: "https://github.com/hannesgith/squiggly_slider/issues"