@metrixorg/react-native-plugin 2.0.3 → 2.1.0

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.
@@ -13,8 +13,8 @@ android {
13
13
  defaultConfig {
14
14
  minSdkVersion 16
15
15
  targetSdkVersion 31
16
- versionCode 200000058
17
- versionName "2.0.0.beta8"
16
+ versionCode 200001099
17
+ versionName "2.1.0"
18
18
  }
19
19
 
20
20
  buildTypes {
@@ -38,9 +38,9 @@ rootProject.allprojects {
38
38
  dependencies {
39
39
  implementation 'com.facebook.react:react-native:+'
40
40
 
41
- implementation 'ir.metrix.analytics:metrix-reactnative:2.0.0.beta8'
42
- implementation 'ir.metrix.attribution:metrix-reactnative:2.0.0.beta8'
41
+ implementation 'ir.metrix.analytics:metrix-reactnative:2.1.0'
42
+ implementation 'ir.metrix.attribution:metrix-reactnative:2.1.0'
43
43
  if (project.ext.notificationEnabled) {
44
- api 'ir.metrix.notification:metrix-reactnative:2.0.0.beta8'
44
+ api 'ir.metrix.notification:metrix-reactnative:2.1.0'
45
45
  }
46
46
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@metrixorg/react-native-plugin",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "description": "Metrix React native plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "deploy": "git checkout master && git pull && git merge develop",
9
9
  "major": "2",
10
- "minor": "0",
11
- "patch": "3"
10
+ "minor": "1",
11
+ "patch": "0"
12
12
  },
13
13
  "author": "Metrix",
14
14
  "license": "Apache 2.0",