-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from apptentive/develop
Updated files for 6.0.3 release
- Loading branch information
Showing
5 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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">6.0.2</string> | ||
<string name="apptentive_distribution_version">6.0.3</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> (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", | ||
|