diff --git a/package.json b/package.json index 4013d8f..e69f6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@situm/react-native", - "version": "3.14.19", + "version": "3.14.20", "description": "Set of utilities that allow any developer to build React Native location based apps using Situm's indoor positioning system.", "private": false, "repository": "https://github.com/situmtech/react-native", @@ -167,7 +167,12 @@ ], "prettier": {}, "sdkVersions": { - "android": "3.29.0@aar", +<<<<<<< Updated upstream + "android": "3.29.1@aar", "ios": "3.30.0" +======= + "android": "3.29.0@aar", + "ios": "3.31.0" +>>>>>>> Stashed changes } }