Merge pull request #93 from dart-lang/3.0.0

rev to 3.0.0 stable
diff --git a/changelog.md b/changelog.md
index 71df07c..16729df 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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
diff --git a/pubspec.yaml b/pubspec.yaml
index 53b8682..34dd640 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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>
diff --git a/readme.md b/readme.md
index 5308ae1..458c581 100644
--- a/readme.md
+++ b/readme.md
@@ -13,7 +13,7 @@
 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