Skip to content

Commit c18f7a3

Browse files
committed
Version 1.1.0
1 parent 08b56b7 commit c18f7a3

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.0.1'
7+
s.version = '1.1.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
@@ -7,7 +7,7 @@ import 'dart:io' show Platform;
77
class Mixpanel {
88
static const MethodChannel _channel = const MethodChannel('mixpanel_flutter');
99
static Map<String, String> _mixpanelProperties = {
10-
'\$lib_version': '1.0.1',
10+
'\$lib_version': '1.1.0',
1111
'mp_lib': 'flutter',
1212
};
1313

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.0.1
3+
version: 1.1.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
@@ -35,7 +35,7 @@ void main() {
3535
'token': "test token",
3636
'optOutTrackingDefault': false,
3737
'mixpanelProperties': {
38-
'\$lib_version': '1.0.1',
38+
'\$lib_version': '1.1.0',
3939
'mp_lib': 'flutter',
4040
},
4141
},
@@ -54,7 +54,7 @@ void main() {
5454
'token': "test token",
5555
'optOutTrackingDefault': true,
5656
'mixpanelProperties': {
57-
'\$lib_version': '1.0.1',
57+
'\$lib_version': '1.1.0',
5858
'mp_lib': 'flutter',
5959
},
6060
},

0 commit comments

Comments
 (0)