Skip to content

Commit

Permalink
prepare for initial publication
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 24, 2015
1 parent 26fc3ea commit 0f9eb05
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,4 +1,4 @@
(defproject binaryage/chromex "0.0.1-SNAPSHOT"
(defproject binaryage/chromex "0.1.0"
:description "Chrome Extensions API wrapper for ClojureScript"
:url "https://github.com/binaryage/chromex"
:license {:name "MIT License"
Expand All @@ -7,7 +7,7 @@

:scm {:name "git" :url "https://github.com/binaryage/chromex"}

:dependencies [[org.clojure/clojure "1.8.0-RC1" :scope "provided"]
:dependencies [[org.clojure/clojure "1.7.0" :scope "provided"]
[org.clojure/clojurescript "1.7.170" :scope "provided"]
[org.clojure/core.async "0.2.374" :scope "provided"]]

Expand Down

0 comments on commit 0f9eb05

Please sign in to comment.