From 39dfa51a741af4e9ccbb25f39516cb2774ef19f8 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 5 Jul 2018 12:15:48 -0400 Subject: [PATCH] version 0.1-alpha6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 71fe89d..5052e2b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1-alpha5" +(defproject clj-htmltopdf "0.1-alpha6" :description "Simple Clojure wrapper for Open HTML to PDF" :url "https://github.com/gered/clj-htmltopdf" :license {:name "GNU Lesser General Public License v3.0"