Skip to content

Commit

Permalink
Use cljs-workers 1.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkDvlp committed Jul 14, 2017
1 parent 7a9f37f commit 121031a
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,11 +1,11 @@
(defproject re-frame-worker-fx "1.0.1-alpha"
(defproject re-frame-worker-fx "1.0.2-alpha"
:description "A re-frame effects handler for performing async tasks via cljs-workers"
:url "https://github.com/jtkDvlp/re-frame-worker-fx"
:license {:name "MIT"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.229"]

[cljs-workers "1.1.0-alpha"]
[cljs-workers "1.1.1-alpha"]
[re-frame "0.9.1"]]

:min-lein-version "2.5.3"
Expand Down

0 comments on commit 121031a

Please sign in to comment.