From f84bd498401cd364964057d7a1574e8ad4f7593b Mon Sep 17 00:00:00 2001 From: Yogthos Date: Tue, 5 Jun 2012 20:40:53 -0400 Subject: [PATCH] bumped version --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 009cf3b..bfdf6c2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Library for easily generating PDFs from Clojure Leiningen ```clojure -[clj-pdf "0.7.8"] +[clj-pdf "0.7.9"] ``` Maven @@ -18,7 +18,7 @@ Maven clj-pdf clj-pdf - 0.7.8 + 0.7.9 ``` diff --git a/project.clj b/project.clj index 37c119e..cc60956 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject clj-pdf - "0.7.9" + "0.7.9-SNAPSHOT" :description "PDF generation library" :dependencies [[org.clojure/clojure "1.4.0"] [jfree/jfreechart "1.0.13"]