From 8a74ba431ffaa0ed3752e451559c4301726048b4 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 16 May 2018 15:50:42 -0400 Subject: [PATCH] version 0.1-alpha3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 83311fd..eb8d744 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1-alpha2" +(defproject clj-htmltopdf "0.1-alpha3" :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"