diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 82500f6..21fa6b6 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ React Native - 5.1.2 + 5.1.3 diff --git a/apptentive-react-native.podspec b/apptentive-react-native.podspec index bace0f6..81c67f8 100644 --- a/apptentive-react-native.podspec +++ b/apptentive-react-native.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "apptentive-react-native" - s.version = "5.1.2" + s.version = "5.1.3" s.summary = "Apptentive SDK module for React Native" s.description = <<-DESC diff --git a/ios/RNApptentiveModule.m b/ios/RNApptentiveModule.m index a5ae928..0b8aadb 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.1.2"; + configuration.distributionVersion = @"5.1.3"; [Apptentive registerWithConfiguration:configuration]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(messageCenterUnreadCountChangedNotification:) name:ApptentiveMessageCenterUnreadCountChangedNotification object:nil];