Skip to content

Commit 0f9eb05

Browse files
committed
prepare for initial publication
1 parent 26fc3ea commit 0f9eb05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject binaryage/chromex "0.0.1-SNAPSHOT"
1+
(defproject binaryage/chromex "0.1.0"
22
:description "Chrome Extensions API wrapper for ClojureScript"
33
:url "https://github.com/binaryage/chromex"
44
:license {:name "MIT License"
@@ -7,7 +7,7 @@
77

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

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

0 commit comments

Comments
 (0)