From 08dc650022fc09e39aaeb28003743f9b7d56c694 Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Tue, 12 Mar 2024 09:58:29 +0000 Subject: [PATCH] Update manifest to version 5.19.1 --- twilio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twilio.json b/twilio.json index 73f5afc..e48fab0 100644 --- a/twilio.json +++ b/twilio.json @@ -1,16 +1,16 @@ { - "version": "5.19.0", + "version": "5.19.1", "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": "aa2a7649fdc3a6777a1ff787e270bda15d6646ab49d1448c0db64f7ceb120f92" + "hash": "3e7cc814ea04fe034af3f8bb3459db028658f9cf75ac6cea760b3382bf1741f9" }, "32bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-win32-x86.tar.xz", - "hash": "a36a1b26244e6128cb14693165a4228f8bb3e32f3bc51b010f464df6fcf13601" + "hash": "5bb3cf9822b5a6b92fa09f0dd3ea9f53c5b60b6a121f7d88557991e0944e1416" } }, "bin": "twilio\\bin\\twilio.cmd",