From 067f95d032f2aee805b64ffbc707d65965c3f20d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:25:24 +0000 Subject: [PATCH] aws-amplify: Update to version 12.4.0 --- bucket/aws-amplify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aws-amplify.json b/bucket/aws-amplify.json index 2287ba65e4..eefb549278 100644 --- a/bucket/aws-amplify.json +++ b/bucket/aws-amplify.json @@ -1,12 +1,12 @@ { - "version": "12.3.0", + "version": "12.4.0", "description": "A unified toolchain to create, integrate, and manage the AWS cloud services for your app.", "homepage": "https://docs.amplify.aws/cli", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/aws-amplify/amplify-cli/releases/download/v12.3.0/amplify-pkg-win.exe.tgz", - "hash": "6af7ee1e3479103e5b5129359671afde02e7713610b08aa6107555f981da76c8" + "url": "https://github.com/aws-amplify/amplify-cli/releases/download/v12.4.0/amplify-pkg-win.exe.tgz", + "hash": "14c61ca18219136a0ad14b5f1b19fdb09027060a5be4281ebfc0b611eee6c22f" } }, "pre_install": "Rename-Item \"$dir\\amplify-pkg-win.exe\" 'amplify.exe'",