Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikos committed Feb 10, 2015
1 parent e3b88e5 commit 45c8ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vijual

[![Clojars Project](http://clojars.org/org.clojars.mikos/vijual/latest-version.svg)](http://clojars.org/org.clojars.mikos/vijual)

Vijual is a graph layout engine conceptually similar to graphviz. However, it uses different layout algorithms, creating graphs with a different aesthetic. Vijual uses specialized algorithms for optimal rendering of trees, binary trees, directed, and undirected graphs. Also, it has robust abilities for generating attractive ASCII graphs (as well as traditional bitmap graphs) making it well suited for debugging and exploratory programming directly from the Clojure REPL. Vijual is still an alpha-grade project at this time- Expect many improvements and changes to this library in the near future.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mikos/vijual "0.2.1"
(defproject mikos/vijual "0.2.2"
:description "A Graph Layout Library For Clojure"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/math.numeric-tower "0.0.4"]]
Expand Down

0 comments on commit 45c8ae2

Please sign in to comment.