diff --git a/README.md b/README.md index db6d9d67..6d1da8c1 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ A DNA Sequence Alignment/Map (SAM) library for Clojure. [[API Reference]][api-re cljam is available as a Maven artifact from [Clojars][clojars]. -To use with Leiningen, add the following dependency. +To use with Leiningen/Boot, add the following dependency. ```clojure -[cljam "0.1.5"] +[cljam "0.1.6"] ``` To use with Maven, add the following dependency. @@ -22,7 +22,7 @@ To use with Maven, add the following dependency. cljam cljam - 0.1.5 + 0.1.6 ``` @@ -89,8 +89,8 @@ Run `lein-bin` plugin and it creates standalone console executable into `target` ```console $ lein with-profile +1.8 bin -Created /path/to/cljam/target/cljam-0.1.5.jar -Created /path/to/cljam/target/cljam-0.1.5-standalone.jar +Created /path/to/cljam/target/cljam-0.1.6.jar +Created /path/to/cljam/target/cljam-0.1.6-standalone.jar Creating standalone executable: /path/to/cljam/target/cljam ``` diff --git a/project.clj b/project.clj index 2670373e..9a77344f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cljam "0.1.6-SNAPSHOT" +(defproject cljam "0.1.6" :description "A DNA Sequence Alignment/Map (SAM) library for Clojure" :url "https://github.com/chrovis/cljam" :license {:name "Apache License, Version 2.0"