From 64293ffcac9cc6435438763d070fcf046f37c10f Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 3 Jul 2018 11:25:45 -0400 Subject: [PATCH] version 0.1-alpha5 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 29570bf..71fe89d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1-alpha4" +(defproject clj-htmltopdf "0.1-alpha5" :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"