diff --git a/ChangeLog.adoc b/ChangeLog.adoc index c6fe620..983d5f1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -12,6 +12,8 @@ link:https://semver.org/spec/v2.0.0.html[Semantic Versioning]. == [Unreleased] + +== [0.4.2] === Fixed * Error when checking with classes on. (Fix #3) diff --git a/ReadMe.adoc b/ReadMe.adoc index 76ea51e..edba191 100644 --- a/ReadMe.adoc +++ b/ReadMe.adoc @@ -1,6 +1,6 @@ = languagetool.el Joar Buitago -v0.4.1, 2020-01-21 +v0.4.2, 2020-01-21 [.text-center] -- diff --git a/languagetool-issue-faces.el b/languagetool-issue-faces.el index 472177e..ce0f726 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.1 +;; Version: 0.4.2 ;; 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 0eb5dc5..89ac8bc 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.1 +;; Version: 0.4.2 ;; Package-Requires: ((emacs "25.1") (request "0.3.2")) ;; This program is free software; you can redistribute it and/or modify