diff --git a/CHANGELOG.md b/CHANGELOG.md index cc08bbb..28bd9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,10 @@ * Add DynamicWidgetJsonExportor Widget, which supports exporting your flutter code to json string. +## [3.0.1] - Fix bugs + +* Fix some export bugs. + diff --git a/README.md b/README.md index c89bbdf..d8d31d7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Widget type will be a type property, and widget's properties will be the json pr Add this to your package's pubspec.yaml file: ``` dependencies: - dynamic_widget: ^3.0.0 + dynamic_widget: ^3.0.1 ``` #### 2. Install it diff --git a/pubspec.yaml b/pubspec.yaml index 2df51f7..031d7c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dynamic_widget description: A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code。 -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/dengyin2000/dynamic_widget environment: