Skip to content

Commit b0a6b91

Browse files
committed
Version 2.3.3
1 parent b89740d commit b0a6b91

4 files changed

+6
-6
lines changed

ios/mixpanel_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mixpanel_flutter'
7-
s.version = '2.3.2'
7+
s.version = '2.3.3'
88
s.summary = 'Official Flutter Tracking Library for Mixpanel Analytics'
99
s.homepage = 'https://www.mixpanel.com'
1010
s.license = { :file => '../LICENSE' }

lib/mixpanel_flutter.dart

+1-1
Original file line numberDiff line numberDiff 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.2',
14+
'\$lib_version': '2.3.3',
1515
'mp_lib': 'flutter',
1616
};
1717

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mixpanel_flutter
22
description: Official Flutter Tracking SDK for Mixpanel Analytics developed and maintained by Mixpanel, Inc.
3-
version: 2.3.2
3+
version: 2.3.3
44
homepage: https://mixpanel.com
55
repository: https://github.com/mixpanel/mixpanel-flutter
66
issue_tracker: https://github.com/mixpanel/mixpanel-flutter/issues

test/mixpanel_flutter_test.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void main() {
3838
'optOutTrackingDefault': false,
3939
'trackAutomaticEvents': true,
4040
'mixpanelProperties': {
41-
'\$lib_version': '2.3.2',
41+
'\$lib_version': '2.3.3',
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.2',
63+
'\$lib_version': '2.3.3',
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.2',
85+
'\$lib_version': '2.3.3',
8686
'mp_lib': 'flutter',
8787
},
8888
'superProperties': null,

0 commit comments

Comments
 (0)