diff --git a/project.clj b/project.clj index 9c3052c..651d003 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject b-plus-tree "0.1.2-SNAPSHOT" +(defproject b-plus-tree "0.1.2" :description "A B+ Tree implemented in Clojure." :url "https://github.com/Rosnec/b-plus-tree" :license {:name "MIT License"