Skip to content

Commit f6aef6c

Browse files
committed
Bump up to 0.1.5
1 parent bb484e0 commit f6aef6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Clojure PDF manipulation library & wrapper for [PDFBox](http://pdfbox.apache.org/).
44

5-
* [!["Clojar version"](https://img.shields.io/badge/clojars%20version-0.1.4-brightgreen.svg?style=flat-square)](https://clojars.org/pdfboxing)
5+
* [!["Clojar version"](https://img.shields.io/badge/clojars%20version-0.1.5-brightgreen.svg?style=flat-square)](https://clojars.org/pdfboxing)
66
* [!["Continuous Integration status"](https://img.shields.io/travis/dotemacs/pdfboxing.svg?style=flat-square)](http://travis-ci.org/dotemacs/pdfboxing)
77
* [![License](http://img.shields.io/badge/license-BSD-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/bsd-license)
88
* [![Dependency Status](https://www.versioneye.com/user/projects/5520e2a9971f7847ca0004a1/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5520e2a9971f7847ca0004a1)

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject pdfboxing "0.1.4"
1+
(defproject pdfboxing "0.1.5"
22
:description "Clojure PDF manipulation library & wrapper for PDFBox"
33
:url "https://github.com/dotemacs/pdfboxing"
44
:license {:name "BSD"

0 commit comments

Comments
 (0)