From a8944e452b0197c9ad3dc7e2dbbc7bc9dfe76fb0 Mon Sep 17 00:00:00 2001 From: Alex Lementuev Date: Fri, 1 Feb 2019 16:53:53 -0800 Subject: [PATCH] Updated files for 5.4.1 release --- android/src/main/res/values/strings.xml | 2 +- ios/RNApptentiveModule.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 113942e..2ca3526 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.0 + 5.4.1 diff --git a/ios/RNApptentiveModule.m b/ios/RNApptentiveModule.m index 53d2f38..573fa81 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.0"; + configuration.distributionVersion = @"5.4.1"; [Apptentive registerWithConfiguration:configuration]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(messageCenterUnreadCountChangedNotification:) name:ApptentiveMessageCenterUnreadCountChangedNotification object:nil];