diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc7a26..a4a2401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.6 +- Support for Flutter 3.22 (thanks @wrbl606) + ## 0.7.5 - Support for hot reload when using HotSwapLoader (thanks @wrbl606) - Update example project (thanks @wrbl606) diff --git a/pubspec.yaml b/pubspec.yaml index db67946..a316ce1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_eval description: Flutter bridge library for dart_eval, enabling creation of fully dynamic Flutter apps and widgets that can be loaded from a file or the Internet at runtime. -version: 0.7.5 +version: 0.7.6 homepage: https://github.com/ethanblake4/flutter_eval platforms: