From f7c4f0bb405ef7651f34c9c3d2ea13556c8f6cfe Mon Sep 17 00:00:00 2001 From: Godwin Asuquo Date: Sun, 4 Oct 2020 13:16:23 +0100 Subject: [PATCH] readme updated --- CHANGELOG.md | 6 +++++- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e600cf1..f783e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,8 @@ ## [1.0.1] - 04/10/2020. -* minor edit to package metatags \ No newline at end of file +* minor edit to package metatags + +## [1.0.1] - 04/10/2020. + +* minor edit to package readme \ No newline at end of file diff --git a/README.md b/README.md index 91c8c4c..d86a9ac 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ dependency: ```yaml dependencies: ... - editable: "^1.0.1" + editable: "^1.0.2" ``` In your library add the following import: diff --git a/pubspec.yaml b/pubspec.yaml index ffa4f05..b5cec98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: editable description: ⚡️A highly customizable, editable data table (spreadsheet) package for Flutter projects. -version: 1.0.1 +version: 1.0.2 author: Godwin Asuquo homepage: https://github.com/godilite/editable