Skip to content

Commit 2c6b6bd

Browse files
authored
Merge pull request #219 from apptentive/develop
Release 6.0.9
2 parents da49069 + 3f85d47 commit 2c6b6bd

File tree

8 files changed

+3841
-4327
lines changed

8 files changed

+3841
-4327
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This document lets you know what has changed in the React Native module. For cha
55
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
66
- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/main/CHANGELOG.md)
77

8+
# 2023-02-02 - v6.0.9
9+
10+
- Apptentive Android SDK: 5.8.4
11+
- Apptentive iOS SDK: 6.0.9
12+
813
# 2022-09-28 - v6.0.3
914

1015
- Apptentive Android SDK: 5.8.4
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="apptentive_distribution">React Native</string>
4-
<string name="apptentive_distribution_version">6.0.3</string>
4+
<string name="apptentive_distribution_version">6.0.9</string>
55
</resources>

apptentive-react-native.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515

1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

18-
s.dependency 'ApptentiveKit', '~> 6.0.2'
18+
s.dependency 'ApptentiveKit', '~> 6.0.9'
1919
s.dependency "React-Core"
2020
end

0 commit comments

Comments
 (0)