diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7dc9928..d878dd2 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,9 @@ = changelog +== from 0.4.0 to 0.4.1 + +* fix: removed luacheck lint errors + == from 0.3.0 to 0.4.0 * removed unnecessary check diff --git a/README.adoc b/README.adoc index 120288e..69127fa 100644 --- a/README.adoc +++ b/README.adoc @@ -100,7 +100,7 @@ basexx.from_z85( "f!$Kw" ) --> 1234 == Installation -To install the version 0.4.0 of basexx use LuaRocks with the following line. +To install the version 0.4.1 of basexx use LuaRocks with the following line. ---- luarocks install basexx