Skip to content
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ npm test
- `uuid@3.3.2` - UUID generation

### Native SDK Dependencies
- iOS: `Mixpanel-swift@5.1.0`
- iOS: `Mixpanel-swift@6.4.1`
- Android: `mixpanel-android@8.7.0`

## Sample Apps
Expand Down
2 changes: 1 addition & 1 deletion MixpanelReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

s.dependency "React-Core"
s.dependency "Mixpanel-swift", '5.2.0'
s.dependency "Mixpanel-swift", '6.4.1'
end
Loading