diff --git a/tools/deno/manifest.yaml b/tools/deno/manifest.yaml index 203f5b9441..f0c5c990da 100644 --- a/tools/deno/manifest.yaml +++ b/tools/deno/manifest.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml $schema: https://tools.uniget.dev/schema.yaml name: deno -version: "1.46.0" +version: "1.46.1" check: ${binary} --version | grep ^deno | cut -d' ' -f2 platforms: - linux/amd64