diff --git a/CHANGELOG.md b/CHANGELOG.md index db68675..6844e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.4.0 +- Added Transform and Align widgets +- Update documentation ## 1.3.0 - Added hooks to listen on driver events ## 1.2.1 diff --git a/pubspec.yaml b/pubspec.yaml index f29eeb2..04ebbce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_duit description: Server driver UI framework for Flutter. Allows you to update your cool UI without updating the app! -version: 1.3.0 +version: 1.4.0 repository: https://github.com/lesleysin/flutter_duit issue_tracker: https://github.com/lesleysin/flutter_duit/issues