Skip to content

Commit

Permalink
Release 5.8.3 (#179)
Browse files Browse the repository at this point in the history
Updated files for 5.8.3 release
  • Loading branch information
PoornimaApptentive authored Mar 23, 2022
1 parent 6fab000 commit c4d509c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This document lets you know what has changed in the React Native module. For cha
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)

# 2022-03-23 - v5.8.3

- Apptentive Android SDK: 5.8.3
- Apptentive iOS SDK: 5.3.4

# 2022-01-10 - v5.8.0

- Apptentive Android SDK: 5.8.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.apptentive:apptentive-android:5.8.0'
implementation 'com.apptentive:apptentive-android:5.8.3'
}
2 changes: 1 addition & 1 deletion android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="apptentive_distribution">React Native</string>
<string name="apptentive_distribution_version">5.8.0</string>
<string name="apptentive_distribution_version">5.8.3</string>
</resources>
2 changes: 1 addition & 1 deletion apptentive-react-native.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "apptentive-react-native"
s.version = "5.8.0"
s.version = "5.8.3"
s.summary = "Apptentive SDK module for React Native"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion ios/RNApptentiveModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ - (dispatch_queue_t)methodQueue
if (configuration) {
configuration.appID = configurationDictionary[@"appleID"];
configuration.distributionName = @"React Native";
configuration.distributionVersion = @"5.8.0";
configuration.distributionVersion = @"5.8.3";
[Apptentive registerWithConfiguration:configuration];

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(messageCenterUnreadCountChangedNotification:) name:ApptentiveMessageCenterUnreadCountChangedNotification object:nil];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apptentive-react-native",
"version": "5.8.0",
"version": "5.8.3",
"description": "React Native Module for Apptentive SDK",
"main": "js/index.js",
"types": "js/index.d.ts",
Expand Down

0 comments on commit c4d509c

Please sign in to comment.