Skip to content

Commit

Permalink
Relesae 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 30, 2014
1 parent aa3db44 commit a7cca37
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 @@ -27,10 +27,10 @@ Usage from Leiningen:
--------------------

```clojure
[clojure-opennlp "0.3.2"] ;; uses Opennlp 1.5.3
[clojure-opennlp "0.3.3"] ;; uses Opennlp 1.5.3
```

clojure-opennlp works with clojure 1.4 or 1.5.x
clojure-opennlp works with clojure 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.3.3-SNAPSHOT"
(defproject clojure-opennlp "0.3.3"
: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 a7cca37

Please sign in to comment.