From 5e4f98db0f1d86943e66976115bf1c45fd39c0d4 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 23 Aug 2017 16:13:42 -0400 Subject: [PATCH] version 0.1-alpha --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 115de9a..6dac5a4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1-SNAPSHOT" +(defproject clj-htmltopdf "0.1-alpha" :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"