From 82ab388b666fd06b60cf22d8975c8ade543c4920 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 29 Aug 2017 14:59:06 -0400 Subject: [PATCH] version 0.1-alpha2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 516cf08..ae67784 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1-alpha" +(defproject clj-htmltopdf "0.1-alpha2" :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"