From 6c29580f3d48840a073cc8204fcdf9796f7ed8c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 16:29:13 +0000 Subject: [PATCH] texlab: Update to version 5.1.0 --- bucket/texlab.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texlab.json b/bucket/texlab.json index c9bcc09a72..be6791e0cd 100644 --- a/bucket/texlab.json +++ b/bucket/texlab.json @@ -1,12 +1,12 @@ { - "version": "5.0.0", + "version": "5.1.0", "description": "Language Server Protocol for LaTeX", "homepage": "https://texlab.netlify.com", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/latex-lsp/texlab/releases/download/v5.0.0/texlab-x86_64-windows.zip", - "hash": "d40e656494d9217a9b9bd2e6869c0e48f090d06beb3e5f65826bbdd641a64650" + "url": "https://github.com/latex-lsp/texlab/releases/download/v5.1.0/texlab-x86_64-windows.zip", + "hash": "5d960ef91c53802e5b7a93cfca018ad4f38ad7452d51a2643dbbefbedb889e23" } }, "bin": "texlab.exe",