diff --git a/bucket/deno.json b/bucket/deno.json index e9745c4f9e..5ec13ad2b7 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.0.5", + "version": "1.1.0", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.0.5/deno-x86_64-pc-windows-msvc.zip", - "hash": "3d97510d869852c7a412c10beeeba168b9a29caf76a618a5266711e889e71adf" + "url": "https://github.com/denoland/deno/releases/download/v1.1.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "94ef8d2319a04b03e19b652febe379d93b2cc309c903ae5438aa2920e8e0792d" } }, "bin": "deno.exe",