From 71730b107bc6b6f415612446be3675c367f55bea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:31:41 +0000 Subject: [PATCH] luau-lsp: Update to version 1.32.1 --- bucket/luau-lsp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/luau-lsp.json b/bucket/luau-lsp.json index de78bd20a9..8247624266 100644 --- a/bucket/luau-lsp.json +++ b/bucket/luau-lsp.json @@ -1,12 +1,12 @@ { - "version": "1.32.0", + "version": "1.32.1", "description": "Language Server Implementation for Luau", "homepage": "https://github.com/JohnnyMorganz/luau-lsp", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.32.0/luau-lsp-win64.zip", - "hash": "afefd5f08d28b11b44a7291928aea227c232e96a9109c4a2c16bbb69f06be5dc" + "url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.32.1/luau-lsp-win64.zip", + "hash": "e14dc41920966153943256259de5836f628d16bc8020b82e3cb0897ae2c75977" } }, "bin": "luau-lsp.exe",