@metrixorg/react-native-plugin 2.1.0 → 2.1.1

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.
@@ -4,7 +4,7 @@ def Properties gradleProperties = new Properties()
4
4
  gradleProperties.load(rootProject.rootProject.file("gradle.properties").newDataInputStream())
5
5
 
6
6
  project.ext {
7
- notificationEnabled = gradleProperties.getProperty("metrix.notificatoin.enable", "false").toBoolean()
7
+ notificationEnabled = gradleProperties.getProperty("metrix.notitifcation.enable", "false").toBoolean()
8
8
  }
9
9
 
10
10
  android {
@@ -13,8 +13,8 @@ android {
13
13
  defaultConfig {
14
14
  minSdkVersion 16
15
15
  targetSdkVersion 31
16
- versionCode 200001099
17
- versionName "2.1.0"
16
+ versionCode 200001199
17
+ versionName "2.1.1"
18
18
  }
19
19
 
20
20
  buildTypes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metrixorg/react-native-plugin",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Metrix React native plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "deploy": "git checkout master && git pull && git merge develop",
9
9
  "major": "2",
10
10
  "minor": "1",
11
- "patch": "0"
11
+ "patch": "1"
12
12
  },
13
13
  "author": "Metrix",
14
14
  "license": "Apache 2.0",