From 8b5ab413c143d3208d03157116f65b7c8d011cef Mon Sep 17 00:00:00 2001 From: Jon Samwell Date: Mon, 29 Oct 2018 16:31:24 +1100 Subject: [PATCH] chore(version): updated version --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d2ae2..986140f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ## [0.0.2] - 29/10/2018 * Fixed up dependencies -* + ## [0.0.1] - 29/10/2018 * Initial working release diff --git a/README.md b/README.md index e51190f..63150ab 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,7 @@ For convenience the library defines a number of pre-defined steps so you can get #### Flutter Driver Utilities -For convenience the library provides a static `FlutterDriverUtils` class that abstracts away some common Flutter driver functionality like tapping a button, getting and entering text, checking if an element is present or absent. See +For convenience the library provides a static `FlutterDriverUtils` class that abstracts away some common Flutter driver functionality like tapping a button, getting and entering text, checking if an element is present or absent. See [lib/src/flutter/utils/driver_utils.dart](lib/src/flutter/utils/driver_utils.dart). ### Debugging diff --git a/pubspec.yaml b/pubspec.yaml index faefc0b..1b2463c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_gherkin description: A Gherkin / Cucumber parser and test runner for Dart and Flutter -version: 0.0.2 +version: 0.0.3 author: Jon Samwell homepage: https://github.com/jonsamwell/flutter_gherkin