@tryvital/vital-devices-react-native 3.2.0 → 3.2.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.
@@ -0,0 +1,2 @@
1
+ .gradle/
2
+ build/
@@ -130,7 +130,7 @@ repositories {
130
130
  }
131
131
 
132
132
  def kotlin_version = getExtOrDefault('kotlinVersion')
133
- def vital_sdk_version = '2.0.2'
133
+ def vital_sdk_version = '2.0.3'
134
134
 
135
135
  dependencies {
136
136
  //noinspection GradleDynamicVersion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-devices-react-native",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Client to access Vital's Endpoints",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",