From cd15f466753d82ff42084591fb0bbf9c145a7a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 22 May 2021 10:46:48 -0700 Subject: [PATCH] texlab: Update to version 3.0.1 --- bucket/texlab.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texlab.json b/bucket/texlab.json index 0c3550f952..6d522fe6f2 100644 --- a/bucket/texlab.json +++ b/bucket/texlab.json @@ -1,12 +1,12 @@ { - "version": "3.0.0", + "version": "3.0.1", "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/v3.0.0/texlab-x86_64-windows.zip", - "hash": "b4aea3ff344130d134b25eac99b287ee0f0fc03261c8061aff7b3a4a0b2e33cb" + "url": "https://github.com/latex-lsp/texlab/releases/download/v3.0.1/texlab-x86_64-windows.zip", + "hash": "b3c78fdfda9de0f50151fa9282e86074e4c9defd43cce2bdaeec07819613e94f" } }, "bin": "texlab.exe",