diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index cbd77f9..cc55a3f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Amplitude (8.2.0) - - amplitude-react-native (2.2.0): + - amplitude-react-native (2.3.0): - Amplitude (= 8.2.0) - React-Core - boost-for-react-native (1.63.0) @@ -355,7 +355,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Amplitude: 263118b9e691e73a1c864b05bb08a3aff3636d16 - amplitude-react-native: 1f421982e95ccc59abe2c77c8f276e177b5af0c9 + amplitude-react-native: c0f43590a4e61bcd30d7494e1c6151c517be48a4 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c DoubleConversion: cde416483dac037923206447da6e1454df403714 FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e diff --git a/package.json b/package.json index 84d7610..3cc035c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@amplitude/react-native", - "version": "2.2.0", + "version": "2.3.0", "description": "Official React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/constants.ts b/src/constants.ts index ea303c1..222ca75 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,5 +3,5 @@ export const Constants: { packageVersion: string; } = { packageSourceName: 'amplitude-react-native', - packageVersion: '2.2.0', + packageVersion: '2.3.0', };