From 230ca44e521063e3043b8a4783692d215c6ec12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 28 May 2020 10:29:23 +0200 Subject: [PATCH] texlab: Update to version 2.2.0 --- bucket/texlab.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texlab.json b/bucket/texlab.json index b70a3f18c3..64123e5763 100644 --- a/bucket/texlab.json +++ b/bucket/texlab.json @@ -1,12 +1,12 @@ { - "version": "2.1.0", + "version": "2.2.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.1.0/texlab-x86_64-windows.zip", - "hash": "480b1ce899c612735c606229b66619537fd94350aebdf6b58d9e461bd0b4e172" + "url": "https://github.com/latex-lsp/texlab/releases/download/v2.2.0/texlab-x86_64-windows.zip", + "hash": "ed90f133b6d8778524b2124cd2bce69fd8f25cff0dbdab6f8506dc8552615186" } }, "bin": "texlab.exe",