Skip to content

Commit

Permalink
Merge pull request #73 from apptentive/develop
Browse files Browse the repository at this point in the history
Release 5.4.2
  • Loading branch information
frankus authored Jun 21, 2019
2 parents ee767ea + 660708c commit 01916f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "apptentive-react-native",
"version": "5.4.2",
"description": "React Native Module for Apptentive SDK",
"main": "apptentive-react-native",
"main": "js/index.js",
"types": "js/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"android",
"ios",
"js",
"LICENSE"
],
Expand Down
2 changes: 1 addition & 1 deletion sample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'sample' do
use_frameworks!

# Pods for sample
pod 'apptentive-ios', '5.2.3'
pod 'apptentive-ios', '5.2.4'

end
10 changes: 5 additions & 5 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- apptentive-ios (5.2.3)
- apptentive-ios (5.2.4)

DEPENDENCIES:
- apptentive-ios (= 5.2.3)
- apptentive-ios (= 5.2.4)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- apptentive-ios

SPEC CHECKSUMS:
apptentive-ios: db6c7ee9e319722dd419a2e354eaa855ce364b91
apptentive-ios: bf18bf840887f0df730cd1e698e1570bf04ebf28

PODFILE CHECKSUM: c0d19c18ac528a561741b86dcde432ea8af26975
PODFILE CHECKSUM: af79d74ee7d8ab3f25a05da5c7ad10f25de46f6d

COCOAPODS: 1.5.3
COCOAPODS: 1.7.2

0 comments on commit 01916f0

Please sign in to comment.