From ad37a7938ec97ddc32c30caf63d66bd4acd5b4fc Mon Sep 17 00:00:00 2001 From: Joar Esteban Buitrago Carrillo Date: Thu, 22 Jul 2021 02:01:30 -0500 Subject: [PATCH] Update docs version --- ChangeLog.adoc | 6 +++++- ReadMe.adoc | 2 +- languagetool-issue-faces.el | 2 +- languagetool.el | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 983d5f1..130ce54 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -1,6 +1,6 @@ = Change Log Joar Buitago -v0.4.1, 2020-01-21 +v0.4.3, 2020-01-21 All notable changes to this project will be documented in this file. @@ -13,6 +13,10 @@ link:https://semver.org/spec/v2.0.0.html[Semantic Versioning]. == [Unreleased] +== [0.4.3] +=== Fixed +* Error when putting `~` on LanguageTool jar path. (Fix #7) + == [0.4.2] === Fixed * Error when checking with classes on. (Fix #3) diff --git a/ReadMe.adoc b/ReadMe.adoc index edba191..741208e 100644 --- a/ReadMe.adoc +++ b/ReadMe.adoc @@ -1,6 +1,6 @@ = languagetool.el Joar Buitago -v0.4.2, 2020-01-21 +v0.4.3, 2020-01-21 [.text-center] -- diff --git a/languagetool-issue-faces.el b/languagetool-issue-faces.el index ce0f726..6af23a6 100644 --- a/languagetool-issue-faces.el +++ b/languagetool-issue-faces.el @@ -5,7 +5,7 @@ ;; Author: Joar Buitrago ;; Keywords: grammar text docs tools convenience checker ;; URL: https://github.com/PillFall/Emacs-LanguageTool.el -;; Version: 0.4.2 +;; Version: 0.4.3 ;; Package-Requires: ((emacs "25.1") (request "0.3.2")) ;; This program is free software; you can redistribute it and/or modify diff --git a/languagetool.el b/languagetool.el index 06f8f50..179d5fb 100644 --- a/languagetool.el +++ b/languagetool.el @@ -5,7 +5,7 @@ ;; Author: Joar Buitrago ;; Keywords: grammar text docs tools convenience checker ;; URL: https://github.com/PillFall/Emacs-LanguageTool.el -;; Version: 0.4.2 +;; Version: 0.4.3 ;; Package-Requires: ((emacs "25.1") (request "0.3.2")) ;; This program is free software; you can redistribute it and/or modify