From 52755714871bc11a91dc006310e3b51ff3383050 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 2 Apr 2017 19:06:45 -0400 Subject: [PATCH] version 0.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9f4efaf..6ec1776 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-htmltopdf "0.1.0-SNAPSHOT" +(defproject clj-htmltopdf "0.1-SNAPSHOT" :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"