From d959ba0b3786ca8872eeae22c01ff9c871ba631e Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 7 Nov 2021 13:04:19 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ README.md | 18 ------------------ pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ebd0e..86d8f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +* Added web check + ## 0.1.2 * Added error handling for http request. diff --git a/README.md b/README.md index 0a057c5..5d47829 100644 --- a/README.md +++ b/README.md @@ -17,24 +17,6 @@ Following information is generated by the Plausible server: * Country * Current time - -## Getting started - -Add this package to your project: - -With the Flutter command: - - $ flutter pub add plausible_analytics - -Or depend on it directly in your pubspec.yaml file (run an implicit `flutter pub get`): - - dependencies: - plausible_analytics: ^0.1.0 - -Then import it in your Dart code where you want to have the analytics: - - import 'package:plausible_analytics/plausible_analytics.dart'; - ## Usage For a simple pageview: diff --git a/pubspec.yaml b/pubspec.yaml index 4c27cf9..f99d06d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: plausible_analytics description: A Flutter plugin for Plausible Analytics. -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/bostrot/flutter_plausible_analytics.git issue_tracker: https://github.com/bostrot/flutter_plausible_analytics/issues