Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
rev to 3.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Feb 6, 2017
1 parent 413a189 commit 9128c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
regular `dart:io` entrypoint (AnalyticsIO)
- moved the uuid library from `lib/src/` to `lib/uuid/`
- fixed an issue with reporting the user language for the dart:io provider
- send additional lines for reported exceptions
- changed to send additional lines for reported exceptions

## 2.2.2
- adjust the Flutter usage client to Flutter API changes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.

name: usage
version: 3.0.0-dev
version: 3.0.0
description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
homepage: https://github.com/dart-lang/usage
author: Dart Team <misc@dartlang.org>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this library as a web app, import the `usage_html.dart` library and
instantiate the `AnalyticsHtml` class.

When you are creating a new property at [google analytics](https://www.google.com/analytics/)
make sure to select not the website option, but the **mobile app** option.
make sure to select the **mobile app** option, not the website option.

## For Flutter apps

Expand Down

0 comments on commit 9128c23

Please sign in to comment.