From a7713f55611b1238e07a6d2b75a0b3b815f6609f Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Mon, 12 Sep 2022 06:25:26 +0000 Subject: [PATCH] Update manifest to version 4.1.3 --- twilio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twilio.json b/twilio.json index 890fcf4..981ebe7 100644 --- a/twilio.json +++ b/twilio.json @@ -1,16 +1,16 @@ { - "version": "4.1.0", + "version": "4.2.0", "description": "Unleash the power of Twilio from your command prompt!", "homepage": "https://github.com/twilio/twilio-cli", "license": "MIT", "architecture": { "64bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-win32-x64.tar.xz", - "hash": "ae6bfb7582dbb3f4c53920d0fe5c566d87fac767f99977343e0ad91ad0fb93bc" + "hash": "d8529f5362e904733359cb919f96d894b67818e43482b1898d19a1ae75693b62" }, "32bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-win32-x86.tar.xz", - "hash": "d06aa0e4467b1e6c22ef8b4cba2ca184eb5e5080cd7da06e4062b212aca5284e" + "hash": "4846151b991d77b28ac3e5997c18a13e3503bd5a895fecbe9784fac559dd3526" } }, "bin": "twilio\\bin\\twilio.cmd",