diff --git a/CHANGELOG.md b/CHANGELOG.md index 7849502..9e9ca4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1 + +- Doc alert value modify cover in the same context. +- Update example code. + ## 0.4.0 - Wrap string into text widget. diff --git a/pubspec.yaml b/pubspec.yaml index 1003f77..b727218 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wrap description: Chain style programming syntax sugar utilities for flutter widgets. -version: 0.4.0 +version: 0.4.1 repository: https://github.com/aprosail/wrap environment: {sdk: ">=3.3.4 <4.0.0", flutter: ">=3.19.6"}