diff --git a/project.clj b/project.clj index 79fe08f..cb62efb 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ ;;;; ;;;; gg4clj is licenced to you under the MIT licence. See the file LICENCE.txt for full details. -(defproject gg4clj "0.1.0-SNAPSHOT" +(defproject gg4clj "0.1.0" :description "A simple wrapper for R's ggplot2 in Clojure and Gorilla REPL." :url "https://github.com/JonyEpsilon/gg4clj" :license {:name "MIT"}