Skip to content

Commit 0c9bccb

Browse files
committed
Release version 0.1.0
1 parent f68bbd0 commit 0c9bccb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
(defproject alaisi/postgres.async "0.1.0-SNAPSHOT"
1+
(defproject alaisi/postgres.async "0.1.0"
22
:description "Asynchronous PostgreSQL Clojure client"
33
:url "http://github.com/alaisi/postgres.async"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6+
:scm {:name "git"
7+
:url "http://github.com/alaisi/postgres.async.git"}
68
:dependencies [[org.clojure/clojure "1.6.0"]
79
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
810
[com.github.alaisi.pgasync/postgres-async-driver "0.2"]]

0 commit comments

Comments
 (0)