diff --git a/package-lock.json b/package-lock.json index 4eb82537b..8e745b68a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mattermost/react-native-network-client", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mattermost/react-native-network-client", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "dependencies": { "validator": "13.12.0", diff --git a/package.json b/package.json index c8df129e3..2dea9adfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mattermost/react-native-network-client", - "version": "1.7.1", + "version": "1.7.2", "description": "Configurable network clients for React Native. Uses Alamofire for iOS and OkHttp3 for Android.", "main": "lib/commonjs/index", "module": "lib/module/index",