Skip to content

Commit b431254

Browse files
committed
Version 1.6.0
1 parent e338d49 commit b431254

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 = '1.5.1'
7+
s.version = '1.6.0'
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
@@ -10,7 +10,7 @@ class Mixpanel {
1010
static const MethodChannel _channel = const MethodChannel(
1111
'mixpanel_flutter', StandardMethodCodec(MixpanelMessageCodec()));
1212
static Map<String, String> _mixpanelProperties = {
13-
'\$lib_version': '1.5.1',
13+
'\$lib_version': '1.6.0',
1414
'mp_lib': 'flutter',
1515
};
1616

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

66
environment:

test/mixpanel_flutter_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void main() {
3737
'token': "test token",
3838
'optOutTrackingDefault': false,
3939
'mixpanelProperties': {
40-
'\$lib_version': '1.5.1',
40+
'\$lib_version': '1.6.0',
4141
'mp_lib': 'flutter',
4242
},
4343
'superProperties': null,
@@ -58,7 +58,7 @@ void main() {
5858
'token': "test token",
5959
'optOutTrackingDefault': true,
6060
'mixpanelProperties': {
61-
'\$lib_version': '1.5.1',
61+
'\$lib_version': '1.6.0',
6262
'mp_lib': 'flutter',
6363
},
6464
'superProperties': null,

0 commit comments

Comments
 (0)