From 871f981031c46799f85f2cf03b724c49cc509936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 5 Mar 2021 19:50:59 +0100 Subject: [PATCH] wrangler: Update to version 1.14.1 --- bucket/wrangler.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wrangler.json b/bucket/wrangler.json index 26c9b5cf91..e8569cb57f 100644 --- a/bucket/wrangler.json +++ b/bucket/wrangler.json @@ -1,12 +1,12 @@ { - "version": "1.14.0", + "version": "1.14.1", "description": "Cloudflare Workers project manager", "homepage": "https://developers.cloudflare.com/workers/tooling/wrangler", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/cloudflare/wrangler/releases/download/v1.14.0/wrangler-v1.14.0-x86_64-pc-windows-msvc.tar.gz", - "hash": "198f223bb38df535b48be205ea0c6fae7973c819f8a58bf6ee6493996bfa95eb" + "url": "https://github.com/cloudflare/wrangler/releases/download/v1.14.1/wrangler-v1.14.1-x86_64-pc-windows-msvc.tar.gz", + "hash": "746e66999af33cbe9cbddf120b670c4972d77106c66ab5b93f4c513a47f05095" } }, "extract_dir": "dist",