Skip to content

Commit 80b7fae

Browse files
committed
Release 0.2.0
1 parent 76b70ed commit 80b7fae

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.10"]
22+
[clojure-opennlp "0.2.0"]
2323
```
2424

25-
clojure-opennlp works with, clojure 1.2.x, 1.3 or 1.4
25+
clojure-opennlp works with, clojure 1.2.x, 1.3, 1.4 or 1.5
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.11-SNAPSHOT"
1+
(defproject clojure-opennlp "0.2.0"
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)