Skip to content

Commit

Permalink
Update README for 1.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstadig committed Nov 28, 2014
1 parent 2cbd915 commit efdd74f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.org
Expand Up @@ -22,14 +22,14 @@
** Dependency information
Leiningen dependency information:

: [nio "1.0.2"]
: [nio "1.0.3"]

Maven dependency information:

: <dependency>
: <groupId>nio</groupId>
: <artifactId>nio</artifactId>
: <version>1.0.2</version>
: <version>1.0.3</version>
: </dependency>
** Examples
The recommended way to use nio at the REPL is:
Expand Down Expand Up @@ -60,7 +60,7 @@
You can also call mmap on a File or FileChannel. The File or
FileChannel may be closed without affecting the mapping.
** License
: Copyright © 2013 Paul Stadig.
: Copyright © 2012-2014 Paul Stadig.
:
: Distributed under the Eclipse Public License, the same as
: Clojure.

0 comments on commit efdd74f

Please sign in to comment.