Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Feb 12, 2012
1 parent 887add2 commit 919a2f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -18,7 +18,7 @@ Read the source from Marginalia
Usage from Leiningen:
--------------------

[clojure-opennlp "0.1.7"]
[clojure-opennlp "0.1.8"]

clojure-opennlp works with both clojure 1.2.x and 1.3

Expand Down
6 changes: 3 additions & 3 deletions project.clj
@@ -1,6 +1,6 @@
(defproject clojure-opennlp "0.1.8-SNAPSHOT"
:description "Natural Language Processing with Clojure, library for opennlp.
http://github.com/dakrone/clojure-opennlp"
(defproject clojure-opennlp "0.1.8"
:description "Natural Language Processing with Clojure, library for opennlp."
:url "http://github.com/dakrone/clojure-opennlp"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.apache.opennlp/opennlp-tools "1.5.1-incubating"]]
:dev-dependencies [[slamhound "1.1.1"]
Expand Down

0 comments on commit 919a2f8

Please sign in to comment.