Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Dec 8, 2013
1 parent c36090a commit c1556cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -27,7 +27,7 @@ Usage from Leiningen:
--------------------

```clojure
[clojure-opennlp "0.3.1"] ;; uses Opennlp 1.5.3
[clojure-opennlp "0.3.2"] ;; uses Opennlp 1.5.3
```

clojure-opennlp works with clojure 1.4 or 1.5.x
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clojure-opennlp "0.3.2-SNAPSHOT"
(defproject clojure-opennlp "0.3.2"
:description "Natural Language Processing with Clojure, library for opennlp."
:url "http://github.com/dakrone/clojure-opennlp"
:min-lein-version "2.0.0"
Expand Down

0 comments on commit c1556cf

Please sign in to comment.