We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fc3ea commit 0f9eb05Copy full SHA for 0f9eb05
1 file changed
project.clj
@@ -1,4 +1,4 @@
1
-(defproject binaryage/chromex "0.0.1-SNAPSHOT"
+(defproject binaryage/chromex "0.1.0"
2
:description "Chrome Extensions API wrapper for ClojureScript"
3
:url "https://github.com/binaryage/chromex"
4
:license {:name "MIT License"
@@ -7,7 +7,7 @@
7
8
:scm {:name "git" :url "https://github.com/binaryage/chromex"}
9
10
- :dependencies [[org.clojure/clojure "1.8.0-RC1" :scope "provided"]
+ :dependencies [[org.clojure/clojure "1.7.0" :scope "provided"]
11
[org.clojure/clojurescript "1.7.170" :scope "provided"]
12
[org.clojure/core.async "0.2.374" :scope "provided"]]
13
0 commit comments