Skip to content

Commit a7cca37

Browse files
committed
Relesae 0.3.3
1 parent aa3db44 commit a7cca37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Usage from Leiningen:
2727
--------------------
2828

2929
```clojure
30-
[clojure-opennlp "0.3.2"] ;; uses Opennlp 1.5.3
30+
[clojure-opennlp "0.3.3"] ;; uses Opennlp 1.5.3
3131
```
3232

33-
clojure-opennlp works with clojure 1.4 or 1.5.x
33+
clojure-opennlp works with clojure 1.5+
3434

3535
Basic Example usage (from a REPL):
3636
----------------------------------

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clojure-opennlp "0.3.3-SNAPSHOT"
1+
(defproject clojure-opennlp "0.3.3"
22
:description "Natural Language Processing with Clojure, library for opennlp."
33
:url "http://github.com/dakrone/clojure-opennlp"
44
:min-lein-version "2.0.0"

0 commit comments

Comments
 (0)