Skip to content

Commit 1cf703d

Browse files
committed
Release 0.1.10
1 parent 86d4612 commit 1cf703d

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
@@ -19,10 +19,10 @@ Usage from Leiningen:
1919
--------------------
2020

2121
```clojure
22-
[clojure-opennlp "0.1.9"]
22+
[clojure-opennlp "0.1.10"]
2323
```
2424

25-
clojure-opennlp works with both clojure 1.2.x and 1.3
25+
clojure-opennlp works with, clojure 1.2.x, 1.3 or 1.4
2626

2727
Basic Example usage (from a REPL):
2828
----------------------------------

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.1.10-SNAPSHOT"
1+
(defproject clojure-opennlp "0.1.10"
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)