File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'mixpanel_flutter'
7
- s . version = '2.3.2 '
7
+ s . version = '2.3.3 '
8
8
s . summary = 'Official Flutter Tracking Library for Mixpanel Analytics'
9
9
s . homepage = 'https://www.mixpanel.com'
10
10
s . license = { :file => '../LICENSE' }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Mixpanel {
11
11
static const MethodChannel _channel = const MethodChannel (
12
12
'mixpanel_flutter' , StandardMethodCodec (MixpanelMessageCodec ()));
13
13
static Map <String , String > _mixpanelProperties = {
14
- '\$ lib_version' : '2.3.2 ' ,
14
+ '\$ lib_version' : '2.3.3 ' ,
15
15
'mp_lib' : 'flutter' ,
16
16
};
17
17
Original file line number Diff line number Diff line change 1
1
name : mixpanel_flutter
2
2
description : Official Flutter Tracking SDK for Mixpanel Analytics developed and maintained by Mixpanel, Inc.
3
- version : 2.3.2
3
+ version : 2.3.3
4
4
homepage : https://mixpanel.com
5
5
repository : https://github.com/mixpanel/mixpanel-flutter
6
6
issue_tracker : https://github.com/mixpanel/mixpanel-flutter/issues
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ void main() {
38
38
'optOutTrackingDefault' : false ,
39
39
'trackAutomaticEvents' : true ,
40
40
'mixpanelProperties' : {
41
- '\$ lib_version' : '2.3.2 ' ,
41
+ '\$ lib_version' : '2.3.3 ' ,
42
42
'mp_lib' : 'flutter' ,
43
43
},
44
44
'superProperties' : null ,
@@ -60,7 +60,7 @@ void main() {
60
60
'optOutTrackingDefault' : true ,
61
61
'trackAutomaticEvents' : true ,
62
62
'mixpanelProperties' : {
63
- '\$ lib_version' : '2.3.2 ' ,
63
+ '\$ lib_version' : '2.3.3 ' ,
64
64
'mp_lib' : 'flutter' ,
65
65
},
66
66
'superProperties' : null ,
@@ -82,7 +82,7 @@ void main() {
82
82
'optOutTrackingDefault' : true ,
83
83
'trackAutomaticEvents' : false ,
84
84
'mixpanelProperties' : {
85
- '\$ lib_version' : '2.3.2 ' ,
85
+ '\$ lib_version' : '2.3.3 ' ,
86
86
'mp_lib' : 'flutter' ,
87
87
},
88
88
'superProperties' : null ,
You can’t perform that action at this time.
0 commit comments