diff --git a/CHANGELOG.md b/CHANGELOG.md index 245410a..a315226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 3.1.3+1 + +- Quick fix for the `_throwIfNoContext`. + ## 3.1.3 - Throw a more precise error if the `OKToast` widget is not wrapped correctly. diff --git a/pubspec.yaml b/pubspec.yaml index dbc87c5..72cd8a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: oktoast description: A pure flutter toast library, support custom style/widget, easy achieve the same effect with native toasts. email: cjl_spy@163.com homepage: https://github.com/OpenFlutter/flutter_oktoast -version: 3.1.3 +version: 3.1.3+1 environment: sdk: '>=2.12.0 <3.0.0'