From ca89a5f5b631bdfcaf47adcd472a1f94a5d7fa73 Mon Sep 17 00:00:00 2001 From: Andrew Belousoff Date: Mon, 16 Dec 2019 12:17:12 +0300 Subject: [PATCH] prepare release 0.0.4+4 --- CHANGELOG.md | 4 ++++ README.md | 14 +++++++------- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069e3f1..e8e3985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4+4 + +* Plugin `README.md` polishing. + ## 0.0.4+3 * Remove the deprecated `author:` field from pubspec.yaml. diff --git a/README.md b/README.md index c762e00..d4dc848 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ A Flutter plugin for [Yandex AppMetrica SDK][SITE]. ## Plugin implementation status ### Implemented -- [x] Events (https://appmetrica.yandex.com/docs/mobile-events/concepts/events.html) -- [x] Profiles (https://appmetrica.yandex.com/docs/mobile-profile/concepts/profile.html) +- [Events](https://appmetrica.yandex.com/docs/mobile-events/concepts/events.html) +- [Profiles](https://appmetrica.yandex.com/docs/mobile-profile/concepts/profile.html) ### Not implemented yet -- [ ] Revenue (https://appmetrica.yandex.com/docs/revenue/concepts/about.html). Coming soon. -- [ ] Crashes (https://appmetrica.yandex.com/docs/crashes/about.html) -- [ ] Push notifications (https://appmetrica.yandex.com/docs/push/concepts/about.html) -- [ ] Multiple reporters support (with different API keys) -- [ ] Deeplinks +- [Revenue](https://appmetrica.yandex.com/docs/revenue/concepts/about.html). Coming soon +- [Crashes](https://appmetrica.yandex.com/docs/crashes/about.html) +- [Push notifications](https://appmetrica.yandex.com/docs/push/concepts/about.html) +- Multiple reporters support (with different API keys) +- Deeplinks ## Usage To use this plugin, add `appmetrica_sdk` as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). See demonstration how to use the appmetrica_sdk plugin in example section. diff --git a/example/pubspec.lock b/example/pubspec.lock index 0ef7c9e..f66010e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.0.4+3" + version: "0.0.4+4" archive: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 82c4dc4..d8d4da5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: appmetrica_sdk description: A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns. -version: 0.0.4+3 +version: 0.0.4+4 homepage: https://github.com/EMALLStudio/appmetrica_sdk environment: