From a22b9bcf9fab3f1cc2d73a4712d4afc3b18baf51 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 5 Sep 2023 13:01:02 -0300 Subject: [PATCH] chore: release 1.4.0 --- 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 b8acdf49d..1617cbe7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mattermost/react-native-network-client", - "version": "1.3.8", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mattermost/react-native-network-client", - "version": "1.3.8", + "version": "1.4.0", "license": "MIT", "dependencies": { "validator": "13.9.0", diff --git a/package.json b/package.json index 85af51672..4877dd9a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mattermost/react-native-network-client", - "version": "1.3.8", + "version": "1.4.0", "description": "Configurable network clients for React Native. Uses Alamofire for iOS and OkHttp3 for Android.", "main": "lib/commonjs/index", "module": "lib/module/index",