diff --git a/CHANGELOG.md b/CHANGELOG.md index 7644e99..1875ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Flutter Expandable Table +## [0.0.2-alpha] - 2021-07-20 +- Change README.md. + ## [0.0.1-alpha] - 2021-07-20 - Initial release. diff --git a/README.md b/README.md index 152bc63..a67208f 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@   ## Usage -Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_expandable_table/tree/master/exmple). +Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_expandable_table/tree/master/example). ### Installation Add the following line to `pubspec.yaml`: ```yaml dependencies: - flutter_expandable_table: ^0.0.1-alpha + flutter_expandable_table: ``` ### Basic setup diff --git a/example/README.md b/example/README.md index 152bc63..667d68f 100644 --- a/example/README.md +++ b/example/README.md @@ -18,7 +18,7 @@   ## Usage -Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_expandable_table/tree/master/exmple). +Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_expandable_table/tree/master/example). ### Installation Add the following line to `pubspec.yaml`: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 69e8728..81f5851 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_expandable_table_example description: A Flutter widget for create an expandable table with header and first column fixed. -version: 0.0.1-alpha +version: 0.0.2-alpha environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 11f983a..d96bf10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_expandable_table description: A Flutter widget for create an expandable table with header and first column fixed. -version: 0.0.1-alpha +version: 0.0.2-alpha repository: https://github.com/rickypid/flutter_expandable_table issue_tracker: https://github.com/rickypid/flutter_expandable_table/issues