From f849f89b70d2fc3f3590672979a51db0e35b5693 Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 18 May 2018 10:08:59 -0400 Subject: [PATCH] version 0.1-alpha4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7aa35ed..9841630 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1-alpha3" +(defproject clj-htmltopdf "0.1-alpha4" :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"