diff --git a/CHANGELOG.md b/CHANGELOG.md index 524d37d..d40c7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +2.0.1 + * Fix: Updated the README.md to show how to properly set up the index.html for use in web + 1.1.0 * Feature: Optional parameter `retrieveDirections` to disable directions api calls * Fix: Issue with json conversion google map theme. diff --git a/pubspec.yaml b/pubspec.yaml index 18935b6..aa597e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_google_track_and_trace description: An Iconica Flutter plugin for Track & Trace Package -version: 2.0.0 +version: 2.0.1 environment: sdk: ">=2.14.0 <3.0.0"