diff --git a/CHANGELOG.md b/CHANGELOG.md index 3393c02..bd2beae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.9.1 + +- Some renaming for consistency + ## 1.9.0 - Posthog client library for Flutter is released! diff --git a/android/src/main/java/com/posthog/flutter_posthog/FlutterPosthogPlugin.java b/android/src/main/java/com/posthog/posthog_flutter/FlutterPosthogPlugin.java similarity index 100% rename from android/src/main/java/com/posthog/flutter_posthog/FlutterPosthogPlugin.java rename to android/src/main/java/com/posthog/posthog_flutter/FlutterPosthogPlugin.java diff --git a/example/android/app/src/main/java/com/example/flutter_posthog_example/MainActivity.java b/example/android/app/src/main/java/com/example/posthog_flutter_example/MainActivity.java similarity index 100% rename from example/android/app/src/main/java/com/example/flutter_posthog_example/MainActivity.java rename to example/android/app/src/main/java/com/example/posthog_flutter_example/MainActivity.java diff --git a/ios/flutter_posthog.podspec b/ios/posthog_flutter.podspec similarity index 100% rename from ios/flutter_posthog.podspec rename to ios/posthog_flutter.podspec diff --git a/lib/flutter_posthog.dart b/lib/posthog_flutter.dart similarity index 100% rename from lib/flutter_posthog.dart rename to lib/posthog_flutter.dart diff --git a/flutter_posthog.iml b/posthog_flutter.iml similarity index 100% rename from flutter_posthog.iml rename to posthog_flutter.iml diff --git a/pubspec.yaml b/pubspec.yaml index 7a0f368..a4c93cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: posthog_flutter description: Flutter implementation of Posthog client for iOS, Android and Web -version: 1.9.0 +version: 1.9.1 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues diff --git a/test/flutter_posthog_test.dart b/test/posthog_flutter_test.dart similarity index 100% rename from test/flutter_posthog_test.dart rename to test/posthog_flutter_test.dart