Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Oct 16, 2012
1 parent 76b70ed commit 80b7fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Usage from Leiningen:
--------------------

```clojure
[clojure-opennlp "0.1.10"]
[clojure-opennlp "0.2.0"]
```

clojure-opennlp works with, clojure 1.2.x, 1.3 or 1.4
clojure-opennlp works with, clojure 1.2.x, 1.3, 1.4 or 1.5

Basic Example usage (from a REPL):
----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojure-opennlp "0.1.11-SNAPSHOT"
(defproject clojure-opennlp "0.2.0"
: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 80b7fae

Please sign in to comment.