File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'mixpanel_flutter'
7- s . version = '2.4.3 '
7+ s . version = '2.4.4 '
88 s . summary = 'Official Flutter Tracking Library for Mixpanel Analytics'
99 s . homepage = 'https://www.mixpanel.com'
1010 s . license = { :file => '../LICENSE' }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Mixpanel {
1313 : const MethodChannel (
1414 'mixpanel_flutter' , StandardMethodCodec (MixpanelMessageCodec ()));
1515 static Map <String , String > _mixpanelProperties = {
16- '\$ lib_version' : '2.4.3 ' ,
16+ '\$ lib_version' : '2.4.4 ' ,
1717 'mp_lib' : 'flutter' ,
1818 };
1919
Original file line number Diff line number Diff line change 11name : mixpanel_flutter
22description : Official Flutter Tracking SDK for Mixpanel Analytics developed and maintained by Mixpanel, Inc.
3- version : 2.4.3
3+ version : 2.4.4
44homepage : https://mixpanel.com
55repository : https://github.com/mixpanel/mixpanel-flutter
66issue_tracker : https://github.com/mixpanel/mixpanel-flutter/issues
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void main() {
4141 'optOutTrackingDefault' : false ,
4242 'trackAutomaticEvents' : true ,
4343 'mixpanelProperties' : {
44- '\$ lib_version' : '2.4.3 ' ,
44+ '\$ lib_version' : '2.4.4 ' ,
4545 'mp_lib' : 'flutter' ,
4646 },
4747 'superProperties' : null ,
@@ -63,7 +63,7 @@ void main() {
6363 'optOutTrackingDefault' : true ,
6464 'trackAutomaticEvents' : true ,
6565 'mixpanelProperties' : {
66- '\$ lib_version' : '2.4.3 ' ,
66+ '\$ lib_version' : '2.4.4 ' ,
6767 'mp_lib' : 'flutter' ,
6868 },
6969 'superProperties' : null ,
@@ -85,7 +85,7 @@ void main() {
8585 'optOutTrackingDefault' : true ,
8686 'trackAutomaticEvents' : false ,
8787 'mixpanelProperties' : {
88- '\$ lib_version' : '2.4.3 ' ,
88+ '\$ lib_version' : '2.4.4 ' ,
8989 'mp_lib' : 'flutter' ,
9090 },
9191 'superProperties' : null ,
You can’t perform that action at this time.
0 commit comments