deno: Update to version 1.3.2

This commit is contained in:
Jakub Čábera 2020-08-29 20:52:09 +02:00
parent 2cc1e114ae
commit 3b1a32c599

View File

@ -1,12 +1,12 @@
{
"version": "1.3.1",
"version": "1.3.2",
"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.3.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "6ba068e517a55dd33abd60e74c38aa61ef8f45a0774578761be0107fafc3758b"
"url": "https://github.com/denoland/deno/releases/download/v1.3.2/deno-x86_64-pc-windows-msvc.zip",
"hash": "860b6f8b020d513952ad22827bf5197f84526b040d0ee813a0cc75919dfdb483"
}
},
"bin": "deno.exe",