Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed May 17, 2012
1 parent 86d4612 commit 1cf703d
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.9"]
[clojure-opennlp "0.1.10"]
```

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

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.10-SNAPSHOT"
(defproject clojure-opennlp "0.1.10"
: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 1cf703d

Please sign in to comment.