Skip to content

Commit eff005e

Browse files
Merge pull request #146 from mixpanel/jared-ms-time
bump versions to get millisecond precision for event time property
2 parents fef2571 + 608e740 commit eff005e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React"
22-
s.dependency "Mixpanel-swift", '3.2.6'
22+
s.dependency "Mixpanel-swift", '3.3.0'
2323
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ repositories {
3434

3535
dependencies {
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.mixpanel.android:mixpanel-android:6.2.2'
37+
implementation 'com.mixpanel.android:mixpanel-android:6.3.0'
3838
}

0 commit comments

Comments
 (0)