diff --git a/CHANGELOG.md b/CHANGELOG.md index 5307b5a..b805ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.2 + +- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.0.2 + + ## 1.0.0 - TelemetryDeck Flutter SDK diff --git a/lib/versions.dart b/lib/versions.dart index d8c249a..085a4e9 100644 --- a/lib/versions.dart +++ b/lib/versions.dart @@ -1 +1 @@ -const String telemetryClientVersion = "1.0.0"; +const String telemetryClientVersion = "0.0.2"; diff --git a/pubspec.yaml b/pubspec.yaml index 73022e7..6a1f5f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: telemetrydecksdk description: "Flutter SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites" -version: 1.0.0 +version: 0.0.2 homepage: "https://telemetrydeck.com" environment: diff --git a/version.txt b/version.txt index 3eefcb9..4e379d2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +0.0.2