diff --git a/package.json b/package.json index a235fba..ce1b798 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-appmetrica-next", "title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)", - "version": "2.1.0", + "version": "2.2.0", "description": "React Native plugin for AppMetrica analytics tool", "main": "index.js", "scripts": { diff --git a/react-native-appmetrica-next.podspec b/react-native-appmetrica-next.podspec index 9f4d289..332bdc0 100644 --- a/react-native-appmetrica-next.podspec +++ b/react-native-appmetrica-next.podspec @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - s.dependency 'YandexMobileMetrica', '5.0.0' - s.dependency 'YandexMobileMetricaPush', '2.2.0' + s.dependency 'YandexMobileMetrica', '4.2.0' + s.dependency 'YandexMobileMetricaPush', '1.3.0' end