rev to 0.1.0 (#29)
* rev to 0.1.0
* update markdown badges
diff --git a/README.md b/README.md
index 717927c..87a1c5a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
| Package | Description | Version |
| --- | --- | --- |
-| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | <!-- [](https://pub.dev/packages/unified_analytics) --> |
+| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [](https://pub.dev/packages/unified_analytics) |
## Publishing automation
diff --git a/pkgs/unified_analytics/CHANGELOG.md b/pkgs/unified_analytics/CHANGELOG.md
index 3249bea..a0712a7 100644
--- a/pkgs/unified_analytics/CHANGELOG.md
+++ b/pkgs/unified_analytics/CHANGELOG.md
@@ -1,3 +1,3 @@
-## 0.1.0-dev
+## 0.1.0
- Initial version.
diff --git a/pkgs/unified_analytics/README.md b/pkgs/unified_analytics/README.md
index 6772491..4263cfb 100644
--- a/pkgs/unified_analytics/README.md
+++ b/pkgs/unified_analytics/README.md
@@ -1,4 +1,6 @@
[](https://github.com/dart-lang/tools/actions/workflows/unified_analytics.yml)
+[](https://pub.dev/packages/unified_analytics)
+[](https://pub.dev/packages/unified_analytics/publisher)
## What's this?
diff --git a/pkgs/unified_analytics/lib/src/constants.dart b/pkgs/unified_analytics/lib/src/constants.dart
index 924deb0..05aa172 100644
--- a/pkgs/unified_analytics/lib/src/constants.dart
+++ b/pkgs/unified_analytics/lib/src/constants.dart
@@ -69,8 +69,8 @@
/// Filename for the log file to persist sent events on user's machine
const String kLogFileName = 'dash-analytics.log';
-/// The current version of the package, should be in line with pubspec version
-const String kPackageVersion = '0.1.0-dev';
+/// The current version of the package, should be in line with pubspec version.
+const String kPackageVersion = '0.1.0';
/// The minimum length for a session
const int kSessionDurationMinutes = 30;
diff --git a/pkgs/unified_analytics/pubspec.yaml b/pkgs/unified_analytics/pubspec.yaml
index a3c9ddc..d8bb547 100644
--- a/pkgs/unified_analytics/pubspec.yaml
+++ b/pkgs/unified_analytics/pubspec.yaml
@@ -4,7 +4,7 @@
to Google Analytics.
# When updating this, keep the version consistent with the changelog and the
# value in lib/src/constants.dart.
-version: 0.1.0-dev
+version: 0.1.0
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
environment: