gomarketme-react-native 5.0.4 → 5.0.5

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.
package/README.md CHANGED
@@ -10,19 +10,19 @@
10
10
  ### npm
11
11
 
12
12
  ```bash
13
- npm install gomarketme-react-native@5.0.4
13
+ npm install gomarketme-react-native@5.0.5
14
14
  ```
15
15
 
16
16
  ### Yarn
17
17
 
18
18
  ```bash
19
- yarn add gomarketme-react-native@5.0.4
19
+ yarn add gomarketme-react-native@5.0.5
20
20
  ```
21
21
 
22
22
  ### pnpm
23
23
 
24
24
  ```bash
25
- pnpm add gomarketme-react-native@5.0.4
25
+ pnpm add gomarketme-react-native@5.0.5
26
26
  ```
27
27
 
28
28
 
package/lib/index.js CHANGED
@@ -97,7 +97,7 @@ exports.SaleDistribution = SaleDistribution;
97
97
  class GoMarketMe {
98
98
  constructor() {
99
99
  this.sdkType = 'ReactNative';
100
- this.sdkVersion = '5.0.0';
100
+ this.sdkVersion = '5.0.5';
101
101
  this.isInitializing = false;
102
102
  this.isInitialized = false;
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomarketme-react-native",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "Affiliate Marketing for React Native and Expo iOS and Android apps.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",