From 3deae789977eb7d7331c932e6ff0ed488c844fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 3 Jun 2021 06:55:37 -0700 Subject: [PATCH] texlab: Update to version 3.1.0 --- bucket/texlab.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texlab.json b/bucket/texlab.json index 6d522fe6f2..6531bd9cbe 100644 --- a/bucket/texlab.json +++ b/bucket/texlab.json @@ -1,12 +1,12 @@ { - "version": "3.0.1", + "version": "3.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/v3.0.1/texlab-x86_64-windows.zip", - "hash": "b3c78fdfda9de0f50151fa9282e86074e4c9defd43cce2bdaeec07819613e94f" + "url": "https://github.com/latex-lsp/texlab/releases/download/v3.1.0/texlab-x86_64-windows.zip", + "hash": "178054fd33f57a8434ff624088462b1d0d76e1bf0ec99929d69f7543c7d3728d" } }, "bin": "texlab.exe",