Skip to content

Commit a43e608

Browse files
committed
Version 1.4.4
1 parent 526705e commit a43e608

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 = '1.4.3'
7+
s.version = '1.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:flutter/foundation.dart' show kIsWeb;
88
class Mixpanel {
99
static const MethodChannel _channel = const MethodChannel('mixpanel_flutter');
1010
static Map<String, String> _mixpanelProperties = {
11-
'\$lib_version': '1.4.3',
11+
'\$lib_version': '1.4.4',
1212
'mp_lib': 'flutter',
1313
};
1414

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: 1.4.3
3+
version: 1.4.4
44
homepage: https://mixpanel.com
55

66
environment:

test/mixpanel_flutter_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void main() {
3535
'token': "test token",
3636
'optOutTrackingDefault': false,
3737
'mixpanelProperties': {
38-
'\$lib_version': '1.4.3',
38+
'\$lib_version': '1.4.4',
3939
'mp_lib': 'flutter',
4040
},
4141
'superProperties': null,
@@ -55,7 +55,7 @@ void main() {
5555
'token': "test token",
5656
'optOutTrackingDefault': true,
5757
'mixpanelProperties': {
58-
'\$lib_version': '1.4.3',
58+
'\$lib_version': '1.4.4',
5959
'mp_lib': 'flutter',
6060
},
6161
'superProperties': null,

0 commit comments

Comments
 (0)