@situm/react-native 3.9.0 → 3.9.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -197,3 +197,4 @@ More info is available at our [Developers Page](https://situm.com/docs/01-introd
197
197
  ## Support information
198
198
 
199
199
  For any question or bug report, please send an email to [support@situm.es](mailto:support@situm.es)
200
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/react-native",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "Set of utilities that allow any developer to build React Native location based apps using Situm's indoor positioning system.",
5
5
  "private": false,
6
6
  "repository": "https://github.com/situmtech/react-native",
@@ -167,7 +167,7 @@
167
167
  ],
168
168
  "prettier": {},
169
169
  "sdkVersions": {
170
- "android": "3.14.0@aar",
170
+ "android": "3.15.0@aar",
171
171
  "ios": "3.14.1"
172
172
  }
173
173
  }