Skip to content

Commit

Permalink
Update version number and dependencies to 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Oct 12, 2011
1 parent d8b07ae commit 3c5b562
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
(defproject clj-github "1.0.1"
(defproject clj-github "1.1.0-alpha1"
:description "Bindings to the Github and Gist API."
:dependencies [[org.clojure/clojure "1.2.0"]
[clj-http "0.1.2"]
[org.clojure/clojure-contrib "1.2.0"]]
:dev-dependencies [[swank-clojure "1.2.1"]
[cake-autodoc "0.0.1-SNAPSHOT"]]
:tasks [cake-autodoc.tasks])
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/data.json "0.1.1"]
[clj-http "0.2.1"]])

0 comments on commit 3c5b562

Please sign in to comment.