From 8796671049843bf6c0cbfd343e9ad8f82fe56807 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 9 Aug 2023 12:53:37 -0400 Subject: [PATCH] chore: release 1.3.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05a46dfa4..b8acdf49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mattermost/react-native-network-client", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mattermost/react-native-network-client", - "version": "1.3.7", + "version": "1.3.8", "license": "MIT", "dependencies": { "validator": "13.9.0", diff --git a/package.json b/package.json index 89865b30b..85af51672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mattermost/react-native-network-client", - "version": "1.3.7", + "version": "1.3.8", "description": "Configurable network clients for React Native. Uses Alamofire for iOS and OkHttp3 for Android.", "main": "lib/commonjs/index", "module": "lib/module/index",