Skip to content

Commit

Permalink
Release version 0.13.3.0-alpha4.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDrogalis committed Aug 6, 2018
1 parent e09719d commit 0750803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Onyx plugin for redis.
In your project file:

```clojure
[org.onyxplatform/onyx-redis "0.13.3.0-SNAPSHOT"]
[org.onyxplatform/onyx-redis "0.13.3.0-alpha4"]
```

In your peer boot-up namespace:
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.onyxplatform/onyx-redis "0.13.3.0-SNAPSHOT"
(defproject org.onyxplatform/onyx-redis "0.13.3.0-alpha4"
:description "Onyx plugin for redis"
:url "https://github.com/onyx-platform/onyx-redis"
:license {:name "Eclipse Public License"
Expand All @@ -14,7 +14,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/data.json "0.2.6"]
^{:voom {:repo "git@github.com:onyx-platform/onyx.git" :branch "master"}}
[org.onyxplatform/onyx "0.13.3-alpha2"]
[org.onyxplatform/onyx "0.13.3-alpha4"]
[com.taoensso/carmine "2.15.1" :exclusions [com.taoensso/timbre com.taoensso/encore]]]
:profiles {:dev {:dependencies [[aero "0.2.0"]]
:plugins [[lein-set-version "0.4.1"]
Expand Down

0 comments on commit 0750803

Please sign in to comment.