Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jun 6, 2012
1 parent dec3254 commit f84bd49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand All @@ -18,7 +18,7 @@ Maven
<dependency>
<groupId>clj-pdf</groupId>
<artifactId>clj-pdf</artifactId>
<version>0.7.8</version>
<version>0.7.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down

0 comments on commit f84bd49

Please sign in to comment.