From efdd74f5d823c380c4c47ef0af3ca49eca8b360e Mon Sep 17 00:00:00 2001 From: Paul Stadig Date: Fri, 28 Nov 2014 16:32:56 -0500 Subject: [PATCH] Update README for 1.0.3 release. --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 1bd73e9..63e0c4c 100644 --- a/README.org +++ b/README.org @@ -22,14 +22,14 @@ ** Dependency information Leiningen dependency information: - : [nio "1.0.2"] + : [nio "1.0.3"] Maven dependency information: : : nio : nio - : 1.0.2 + : 1.0.3 : ** Examples The recommended way to use nio at the REPL is: @@ -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.