Skip to content

Commit e3cc365

Browse files
lorenc-tomaszdavide-scalzo
authored andcommitted
[iOS] Update podspec to 3.4.5 (davide-scalzo#179)
* Update Android SDK to 5.6.0 * Lock iOS podspec to 3.4.4 * Updater package * Update Readme * Change implementation to api within gradle build * Update iOS Mixpanel to 3.4.5 * Lock iOS podspec to 3.4.5 * Update npm version
1 parent 6989bbc commit e3cc365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mixpanel",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A React Native wrapper for Mixpanel tracking",
55
"main": "index.js",
66
"repository": {

react-native-mixpanel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/davodesign84/react-native-mixpanel.git" }
1010
s.source_files = 'RNMixpanel/*'
1111
s.platform = :ios, "7.0"
12-
s.dependency 'Mixpanel', '~> 3.3.9'
12+
s.dependency 'Mixpanel', '~> 3.4.5'
1313
s.dependency 'React'
1414
end

0 commit comments

Comments
 (0)