From f9c1024ee6ea87f656215a80aebaad2cd6013c17 Mon Sep 17 00:00:00 2001 From: "denny.deng" Date: Mon, 16 Nov 2020 12:25:24 +0800 Subject: [PATCH] prepare for publish 3.0.1 ver --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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: