diff --git a/README.adoc b/README.adoc index 12ebc6d..c75b0b5 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] ` [source,clojure] ---- -[net.tbt-post/zlib-tiny "0.4.0"] +[net.tbt-post/zlib-tiny "0.4.1"] ---- CAUTION: From version v0.3.2 and upward the library requires Java class versions 53.0 and newer (J11+), thus if in your needs is to use it with Java 1.8 please switch back to older (0.2.x) version of the library or try to rebuild the library locally. @@ -118,7 +118,7 @@ lein test zlib-tiny.checksum lein test zlib-tiny.compress -Ran 3 tests containing 8 assertions. +Ran 3 tests containing 10 assertions. 0 failures, 0 errors. ----