Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmitt committed Sep 11, 2023
2 parents 4d4c0ff + ddad579 commit a3987ff
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scripts/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Apptentive Android SDK: 6.1.0
- Apptentive iOS SDK: 6.2.2
- Apptentive iOS SDK: 6.2.3
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This document lets you know what has changed in the React Native module. For cha
- [Android Changelog](https://github.com/apptentive/apptentive-kit-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/main/CHANGELOG.md)

# 2023-09-11 - v6.1.5

- Apptentive Android SDK: 6.1.0
- Apptentive iOS SDK: 6.2.3

# 2023-09-11 - v6.1.4

- Apptentive Android SDK: 6.1.0
- Apptentive iOS SDK: 6.2.3

# 2023-08-02 - v6.1.3

- Apptentive Android SDK: 6.1.0
Expand Down
2 changes: 1 addition & 1 deletion apptentive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|

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

s.dependency 'ApptentiveKit', '~> 6.2.0'
s.dependency 'ApptentiveKit', '~> 6.2.3'
s.dependency "React-Core"
end
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": "6.1.3",
"version": "6.1.5",
"description": "React Native Module for Apptentive SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit a3987ff

Please sign in to comment.