From b0a6b914377fd3d51ff1ac73b91eb4a8a186ef9a Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Wed, 25 Sep 2024 16:50:39 -0700 Subject: [PATCH] Version 2.3.3 --- ios/mixpanel_flutter.podspec | 2 +- lib/mixpanel_flutter.dart | 2 +- pubspec.yaml | 2 +- test/mixpanel_flutter_test.dart | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ios/mixpanel_flutter.podspec b/ios/mixpanel_flutter.podspec index 1fcfa0e..a37e975 100644 --- a/ios/mixpanel_flutter.podspec +++ b/ios/mixpanel_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mixpanel_flutter' - s.version = '2.3.2' + s.version = '2.3.3' s.summary = 'Official Flutter Tracking Library for Mixpanel Analytics' s.homepage = 'https://www.mixpanel.com' s.license = { :file => '../LICENSE' } diff --git a/lib/mixpanel_flutter.dart b/lib/mixpanel_flutter.dart index fc7b3f1..a4f0c41 100644 --- a/lib/mixpanel_flutter.dart +++ b/lib/mixpanel_flutter.dart @@ -11,7 +11,7 @@ class Mixpanel { static const MethodChannel _channel = const MethodChannel( 'mixpanel_flutter', StandardMethodCodec(MixpanelMessageCodec())); static Map _mixpanelProperties = { - '\$lib_version': '2.3.2', + '\$lib_version': '2.3.3', 'mp_lib': 'flutter', }; diff --git a/pubspec.yaml b/pubspec.yaml index 64133e2..0c1b248 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mixpanel_flutter description: Official Flutter Tracking SDK for Mixpanel Analytics developed and maintained by Mixpanel, Inc. -version: 2.3.2 +version: 2.3.3 homepage: https://mixpanel.com repository: https://github.com/mixpanel/mixpanel-flutter issue_tracker: https://github.com/mixpanel/mixpanel-flutter/issues diff --git a/test/mixpanel_flutter_test.dart b/test/mixpanel_flutter_test.dart index 099ce3b..864c9f7 100644 --- a/test/mixpanel_flutter_test.dart +++ b/test/mixpanel_flutter_test.dart @@ -38,7 +38,7 @@ void main() { 'optOutTrackingDefault': false, 'trackAutomaticEvents': true, 'mixpanelProperties': { - '\$lib_version': '2.3.2', + '\$lib_version': '2.3.3', 'mp_lib': 'flutter', }, 'superProperties': null, @@ -60,7 +60,7 @@ void main() { 'optOutTrackingDefault': true, 'trackAutomaticEvents': true, 'mixpanelProperties': { - '\$lib_version': '2.3.2', + '\$lib_version': '2.3.3', 'mp_lib': 'flutter', }, 'superProperties': null, @@ -82,7 +82,7 @@ void main() { 'optOutTrackingDefault': true, 'trackAutomaticEvents': false, 'mixpanelProperties': { - '\$lib_version': '2.3.2', + '\$lib_version': '2.3.3', 'mp_lib': 'flutter', }, 'superProperties': null,