Skip to content

Commit

Permalink
Merge pull request #74 from apptentive/develop
Browse files Browse the repository at this point in the history
Release 5.4.3
  • Loading branch information
frankus authored Jun 21, 2019
2 parents 01916f0 + aea9a18 commit 9ba1088
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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)

# 2019-06-21 - v5.4.3

- Fix missing `ios` and `android` directories

# 2019-05-17 - v5.4.2

- Added TypeScript definitions
Expand Down
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.4.2</string>
<string name="apptentive_distribution_version">5.4.3</string>
</resources>
2 changes: 1 addition & 1 deletion ios/RNApptentiveModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ - (dispatch_queue_t)methodQueue
if (configuration) {
configuration.appID = configurationDictionary[@"appleID"];
configuration.distributionName = @"React Native";
configuration.distributionVersion = @"5.4.2";
configuration.distributionVersion = @"5.4.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.4.2",
"version": "5.4.3",
"description": "React Native Module for Apptentive SDK",
"main": "js/index.js",
"types": "js/index.d.ts",
Expand Down

0 comments on commit 9ba1088

Please sign in to comment.