From 66c0eb6898afe7b7ebe7f03102f1b17b626a2236 Mon Sep 17 00:00:00 2001 From: Joseph Michael Date: Fri, 14 Jun 2019 05:44:00 +0100 Subject: [PATCH] initial stable release --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db50e73..397eaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,7 @@ +## [0.0.1] - 2019-06-14 +* Adds example +* removes undefined textWidthBasis parameter +* updates package description + ## [0.0.1] - 2019-06-13 * Initial release. diff --git a/example/pubspec.lock b/example/pubspec.lock index 8cc4b89..adc3d86 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -21,7 +21,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.1.0" charcode: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4a6703a..0e6f4b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bordered_text description: Flutter plugin for applying subtle stroke to a Text widget. Supports Android and iOS. -version: 0.0.1 +version: 0.1.0 author: tewshi homepage: https://github.com/tewshi/bordered-text