Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
mark 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Jul 15, 2013
1 parent d4f2247 commit 05bb2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject vertigo "0.1.1-SNAPSHOT"
(defproject vertigo "0.1.1"
:description "peering down into the machine"
:license {:name "MIT Public License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[potemkin "0.3.1"]
[primitive-math "0.1.2"]
[byte-streams "0.1.3-SNAPSHOT"]]
[byte-streams "0.1.3"]]
:profiles {:dev {:dependencies [[criterium "0.4.1"]
[org.clojure/clojure "1.5.1"]
[codox-md "0.2.0" :exclusions [org.clojure/clojure]]]}
Expand Down

0 comments on commit 05bb2b7

Please sign in to comment.