diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 290445e..3e59bdf 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ React Native - 5.4.6 + 5.5.0 diff --git a/ios/RNApptentiveModule.m b/ios/RNApptentiveModule.m index 88447fe..8ec892b 100644 --- a/ios/RNApptentiveModule.m +++ b/ios/RNApptentiveModule.m @@ -52,7 +52,7 @@ - (dispatch_queue_t)methodQueue if (configuration) { configuration.appID = configurationDictionary[@"appleID"]; configuration.distributionName = @"React Native"; - configuration.distributionVersion = @"5.4.6"; + configuration.distributionVersion = @"5.5.0"; [Apptentive registerWithConfiguration:configuration]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(messageCenterUnreadCountChangedNotification:) name:ApptentiveMessageCenterUnreadCountChangedNotification object:nil]; diff --git a/sample/ios/Podfile.lock b/sample/ios/Podfile.lock index b397ee6..6e511b9 100644 --- a/sample/ios/Podfile.lock +++ b/sample/ios/Podfile.lock @@ -13,4 +13,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 3b112418f2faa6ed3cde7a7ee73502794a46f47c -COCOAPODS: 1.8.0 +COCOAPODS: 1.8.4