Skip to content

Commit

Permalink
0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Drogalis committed Aug 4, 2015
1 parent 0e3916e commit 8da6a63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# onyx-dashboard

A dashboard for the [Onyx](https://github.com/MichaelDrogalis/onyx) distributed computation system, version 0.6.0-RC1.
A dashboard for the [Onyx](https://github.com/MichaelDrogalis/onyx) distributed computation system, version 0.7.0.

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/MichaelDrogalis/onyx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand All @@ -14,8 +14,8 @@ A description and user guide disguised as a blog post can be found [here](http:/

Version numbers will kept in sync with [Onyx]
(https://github.com/onyx-platform/onyx). For example, to use a version
compatible with Onyx 0.6.0, use a version fo the dashboard beginning with
0.6.0. The fourth version number will be reserved for dashboard versioning, in
compatible with Onyx 0.7.0, use a version fo the dashboard beginning with
0.7.0. The fourth version number will be reserved for dashboard versioning, in
order to provide releases out of band with Onyx.

## Development
Expand Down Expand Up @@ -58,7 +58,7 @@ Then run it via `java -jar target/onyx-dashboard.jar`.

## License

Copyright © 2014 Lucas Bradstreet & Michael Drogalis
Copyright © 2015 Lucas Bradstreet & Michael Drogalis

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
Expand Down
9 changes: 4 additions & 5 deletions project.clj
@@ -1,4 +1,4 @@
(defproject org.onyxplatform/onyx-dashboard "0.6.0.1-SNAPSHOT"
(defproject org.onyxplatform/onyx-dashboard "0.7.0.0"
:description "Dashboard for the Onyx distributed computation system"
:url "http://github.com/lbradstreet/onyx-dashboard"
:license {:name "Eclipse Public License"
Expand All @@ -12,15 +12,14 @@

:main onyx-dashboard.system

:dependencies [[org.clojure/clojure "1.7.0-RC2"]
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "0.0-3308"]
[prismatic/schema "0.4.0"]
[com.stuartsierra/component "0.2.3"]
[com.taoensso/sente "1.5.0"]
[com.taoensso/timbre "3.4.0"]
[com.taoensso/sente "1.5.0" :exclusions [com.taoensso/timbre]]
[cljs-uuid "0.0.4"]
[ring "1.3.2"]
[org.onyxplatform/onyx "0.6.0"]
[org.onyxplatform/onyx "0.7.0"]
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[cljsjs/moment "2.9.0-0"]
Expand Down

0 comments on commit 8da6a63

Please sign in to comment.