reteno-react-native-sdk 1.7.2 → 1.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,12 +7,10 @@ Reteno SDK
7
7
  - [iOS](./docs/ios.md)
8
8
  - [Android](./docs/android.md)
9
9
 
10
-
11
10
  ## Usage
12
11
 
13
12
  - [API](./docs/api.md)
14
13
 
15
-
16
14
  ## License
17
15
 
18
16
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reteno-react-native-sdk",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "The Reteno React Native SDK for App Analytics and Engagement.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",