Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jul 6, 2013
1 parent 1ba7ce3 commit 8b8e69d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ parser-model/en-parser-chunking.bin
multi-lib/*
.lein-deps-sum
target/*
pom.xml
pom.xml*
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage from Leiningen:
--------------------

```clojure
[clojure-opennlp "0.3.0"] ;; uses Opennlp 1.5.3
[clojure-opennlp "0.3.1"] ;; uses Opennlp 1.5.3
```

clojure-opennlp works with clojure 1.4 or 1.5.x
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.1-SNAPSHOT"
(defproject clojure-opennlp "0.3.1"
: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 8b8e69d

Please sign in to comment.