Skip to content

Commit c592273

Browse files
committed
Prepare for release
1 parent 8827eea commit c592273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject clj-ssh "0.2.0-SNAPSHOT"
1+
(defproject clj-ssh "0.2.0"
22
:description "ssh from clojure"
33
:dependencies [[org.clojure/clojure "1.1.0"]
44
[org.clojure/clojure-contrib "1.1.0"]
55
[com.jcraft/jsch "0.1.42"]]
66
:dev-dependencies [[swank-clojure "1.2.1"]
7-
[autodoc "0.7.0"]
7+
[autodoc "0.7.1"]
88
[log4j/log4j "1.2.14"]]
99
:autodoc {:name "clj-ssh"
1010
:description "Library for using SSH from clojure."

0 commit comments

Comments
 (0)