diff --git a/bucket/deno.json b/bucket/deno.json index b9ff5dfd94..cb8b6ac3cb 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.0.1", + "version": "1.0.2", "description": "A secure TypeScript runtime on V8", "homepage": "https://github.com/denoland/deno", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.0.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "e68e8f15bf81d9f9aac318f2d6f058ad4fb74ed471196e4cdaa2ff2c4cca9741" + "url": "https://github.com/denoland/deno/releases/download/v1.0.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "20287e36893ffc5fc713a0ff6272ed92038ff77553126fde85e86be6e8522d3b" } }, "bin": "deno.exe",