diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8b0f2..e27e862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.3] - 03/02/2023 + +- Code formatting standard +- Update sample +- Update Readme & Changelog + ## [2.0.2] - 03/02/2023 - Add code block documentation diff --git a/README.md b/README.md index 8b14ec7..e9408b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In your flutter or dart project add the dependency: ```yml dependencies: ... - dpad_container: ^2.0.1 + dpad_container: ^2.0.3 ``` For help getting started with Flutter, view the online diff --git a/example/pubspec.lock b/example/pubspec.lock index c4b65bb..4c5d27d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -55,7 +55,7 @@ packages: path: ".." relative: true source: path - version: "2.0.2" + version: "2.0.3" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2d2fc7d..b756e1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dpad_container description: Dpad container focus navigation support for android TV. Allow you to navigate widgets and get focused, just wrap your widget and that's it! -version: 2.0.2 +version: 2.0.3 homepage: https://github.com/nicoaudy/dpad_container environment: