Skip to content

Commit c5a60ae

Browse files
committed
Version 2.4.4
1 parent e1b27fd commit c5a60ae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ios/mixpanel_flutter.podspec

Lines changed: 1 addition & 1 deletion
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.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' }

lib/mixpanel_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4.3
3+
version: 2.4.4
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)