diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f3e884..5cd7cdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,12 @@
This document lets you know what has changed in the React Native module. For changes in each version of the native SDKs, please see:
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
-- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)
+- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/main/CHANGELOG.md)
+
+# 2022-09-28 - v6.0.3
+
+- Apptentive Android SDK: 5.8.4
+- Apptentive iOS SDK: 6.0.4
# 2022-07-20 - v6.0.2
diff --git a/android/build.gradle b/android/build.gradle
index 78cc000..09e9a30 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -128,5 +128,5 @@ dependencies {
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// Apptentive
- implementation 'com.apptentive:apptentive-android:5.8.3'
+ implementation 'com.apptentive:apptentive-android:5.8.4'
}
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index e9f8720..be807d1 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
React Native
- 6.0.2
+ 6.0.3
\ No newline at end of file
diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock
index 2195472..b08ae20 100644
--- a/example/ios/Podfile.lock
+++ b/example/ios/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - apptentive-react-native (6.0.2):
+ - apptentive-react-native (6.0.3):
- ApptentiveKit (~> 6.0.2)
- React-Core
- ApptentiveKit (6.0.2)
@@ -344,7 +344,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS:
- apptentive-react-native: 5bcdb80f9cb15c28882e40a061f5abffcb8cef00
+ apptentive-react-native: 59d577aa5bdbbf172d179195d3031cd2dc4dbe4e
ApptentiveKit: a2190a8e7bf98639a7c117dbca3cc6004d6aaa64
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
@@ -376,4 +376,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 82af19754ba50c4c8c654c5d4903ef59072574da
-COCOAPODS: 1.11.3
+COCOAPODS: 1.11.2
diff --git a/package.json b/package.json
index 040fc93..328043c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "apptentive-react-native",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "React Native Module for Apptentive SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -39,10 +39,10 @@
],
"author": "Apptentive (https://github.com/apptentive)",
"contributors": [
- "Harry Woodworth",
- "Alex Lementuev",
"Frank Schmitt",
- "Matthew Callis"
+ "Chase Olson",
+ "Poornima Nagarajan",
+ "Luqmaan Khan"
],
"repository": "https://github.com/apptentive/apptentive-react-native",
"license": "BSD-3-Clause",