diff --git a/CHANGELOG.md b/CHANGELOG.md index f3bd36f..94095b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.16.0 +* **FIX** Add **hoverTextStyle** property + +Thanks to [MaurizioSodano](https://github.com/MaurizioSodano) + ## 0.15.0 * **FIX** clicking on a blank area does not respond diff --git a/README.md b/README.md index f55d5a3..49ca338 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Follow these steps to use this package ```yaml dependencies: - sidebarx: ^0.14.0 + sidebarx: ^0.16.0 ``` ### Add import package diff --git a/pubspec.yaml b/pubspec.yaml index 1fe9b81..0a36616 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: sidebarx description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget -version: 0.15.0 +version: 0.16.0 homepage: https://github.com/Frezyx/sidebarx environment: - sdk: ">=2.15.0 <3.0.0" + sdk: ">=2.15.0 <4.0.0" flutter: ">=1.17.0" dependencies: