From e566917aeaad95ddf723b45d529ce19250b91c0a Mon Sep 17 00:00:00 2001 From: ROCKTAKEY Date: Sat, 3 Aug 2024 23:33:16 +0900 Subject: [PATCH] Update version --- README.org | 2 +- lsp-latex.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 5c4e688..10b0307 100644 --- a/README.org +++ b/README.org @@ -4,7 +4,7 @@ [[https://melpa.org/#/lsp-latex][file:https://melpa.org/packages/lsp-latex-badge.svg]] * lsp-mode client for Texlab. While =lsp-tex.el=, included by [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]], provides minimal setting for [[https://github.com/latex-lsp/texlab][Texlab]], -=lsp-latex.el= provides full features of [[https://github.com/latex-lsp/texlab][Texlab]] v5.13.1. +=lsp-latex.el= provides full features of [[https://github.com/latex-lsp/texlab][Texlab]] v5.19.0. * How to Use? - First, you have to install Texlab. diff --git a/lsp-latex.el b/lsp-latex.el index baa388e..ed4ebc9 100644 --- a/lsp-latex.el +++ b/lsp-latex.el @@ -5,7 +5,7 @@ ;; Author: ROCKTAKEY ;; Keywords: languages, tex -;; Version: 3.7.1 +;; Version: 3.8.0 ;; Package-Requires: ((emacs "27.1") (lsp-mode "6.0") (consult "0.35")) ;; URL: https://github.com/ROCKTAKEY/lsp-latex @@ -85,7 +85,7 @@ ;; While `lsp-tex.el', included by [lsp-mode], provides minimal setting ;; for [Texlab], `lsp-latex.el' provides full features of [Texlab] -;; v5.13.1. +;; v5.19.0. ;; [lsp-mode]