Skip to content

Commit 3f6c176

Browse files
Merge pull request #140 from mixpanel/jared-remove-survey
bump versions to remove survey
2 parents d5aba03 + b8a081c commit 3f6c176

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-latest
1515
strategy:
1616
matrix:
17-
node-version: [15.x]
17+
node-version: [18.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919
steps:
2020
- name: Checkout
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: macos-11
3131
strategy:
3232
matrix:
33-
node-version: [15.x]
33+
node-version: [18.x]
3434
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3535

3636
steps:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-latest
5959
strategy:
6060
matrix:
61-
node-version: [15.x]
61+
node-version: [18.x]
6262
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
6363
steps:
6464
- name: Checkout

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.5'
22+
s.dependency "Mixpanel-swift", '3.2.6'
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.1'
37+
implementation 'com.mixpanel.android:mixpanel-android:6.2.2'
3838
}

0 commit comments

Comments
 (0)