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.3.0 '
7+ s . version = '2.3.1 '
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 @@ -11,7 +11,7 @@ class Mixpanel {
1111 static const MethodChannel _channel = const MethodChannel (
1212 'mixpanel_flutter' , StandardMethodCodec (MixpanelMessageCodec ()));
1313 static Map <String , String > _mixpanelProperties = {
14- '\$ lib_version' : '2.3.0 ' ,
14+ '\$ lib_version' : '2.3.1 ' ,
1515 'mp_lib' : 'flutter' ,
1616 };
1717
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.3.0
3+ version : 2.3.1
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 @@ -38,7 +38,7 @@ void main() {
3838 'optOutTrackingDefault' : false ,
3939 'trackAutomaticEvents' : true ,
4040 'mixpanelProperties' : {
41- '\$ lib_version' : '2.3.0 ' ,
41+ '\$ lib_version' : '2.3.1 ' ,
4242 'mp_lib' : 'flutter' ,
4343 },
4444 'superProperties' : null ,
@@ -60,7 +60,7 @@ void main() {
6060 'optOutTrackingDefault' : true ,
6161 'trackAutomaticEvents' : true ,
6262 'mixpanelProperties' : {
63- '\$ lib_version' : '2.3.0 ' ,
63+ '\$ lib_version' : '2.3.1 ' ,
6464 'mp_lib' : 'flutter' ,
6565 },
6666 'superProperties' : null ,
@@ -82,7 +82,7 @@ void main() {
8282 'optOutTrackingDefault' : true ,
8383 'trackAutomaticEvents' : false ,
8484 'mixpanelProperties' : {
85- '\$ lib_version' : '2.3.0 ' ,
85+ '\$ lib_version' : '2.3.1 ' ,
8686 'mp_lib' : 'flutter' ,
8787 },
8888 'superProperties' : null ,
You can’t perform that action at this time.
0 commit comments