changeset 109:5bb50e6661af

Release version 0.0.1.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 08 Oct 2011 23:35:46 +0300
parents 520aa5fa9286
children f3dedece38f3
files project.clj
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/project.clj	Thu Oct 06 16:50:42 2011 +0300
     1.2 +++ b/project.clj	Sat Oct 08 23:35:46 2011 +0300
     1.3 @@ -1,5 +1,6 @@
     1.4 -(defproject indyvon "1.0.0-SNAPSHOT"
     1.5 -  :description "INteractive DYnamic VisualizatiON library"
     1.6 +(defproject indyvon "0.0.1"
     1.7 +  :description "INteractive DYnamic VisualizatiON: an experimental GUI library"
     1.8 +  :url "https://bitbucket.org/kryshen/indyvon"
     1.9    ;;:warn-on-reflection true
    1.10    :dependencies [[org.clojure/clojure "1.3.0"]
    1.11                   [com.google.guava/guava "10.0"]]