diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c712c..613925c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.0+2] - September 26, 2023 + +* Automated dependency updates + + ## [4.0.0+1] - September 19, 2023 * Automated dependency updates @@ -317,5 +322,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index a616ea2..6a3df4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_material_icons' description: 'A plugin to the JSON Dynamic Widget to provide String name support for Material Icons' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_material_icons' -version: '4.0.0+1' +version: '4.0.0+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -22,7 +22,7 @@ dependencies: logging: '^1.2.0' material_icons_named: '^3.13.0' meta: '^1.9.1' - uuid: '^4.0.0' + uuid: '^4.1.0' false_secrets: - 'example/web/index.html'