From 17cac92e81ef9851ec9409476583f70d684616d5 Mon Sep 17 00:00:00 2001 From: MelKori Date: Mon, 3 Jul 2023 22:20:35 +0300 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index eb94520..1564a5c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.tbt-post/zlib-tiny "0.5.0" +(defproject net.tbt-post/zlib-tiny "0.5.1" :description "Tiny Clojure ZLib helper" :url "https://github.com/source-c/zlib-tiny" :license {:name "Apache License v2.0"