From c63784f264892db70f27ce7ce72ef5b01d005f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 11 May 2020 07:43:14 +0200 Subject: [PATCH] texlab: Update to version 2.1.0 --- bucket/texlab.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texlab.json b/bucket/texlab.json index d2bc0c9629..b70a3f18c3 100644 --- a/bucket/texlab.json +++ b/bucket/texlab.json @@ -1,12 +1,12 @@ { - "version": "2.0.0", + "version": "2.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/v2.0.0/texlab-x86_64-windows.zip", - "hash": "661f19c57ef8dea47f3d201f343f4c7685b3d19fa8721cd61cb610dd2fbde8e0" + "url": "https://github.com/latex-lsp/texlab/releases/download/v2.1.0/texlab-x86_64-windows.zip", + "hash": "480b1ce899c612735c606229b66619537fd94350aebdf6b58d9e461bd0b4e172" } }, "bin": "texlab.exe",