Skip to content

Commit

Permalink
Release version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Jan 6, 2017
1 parent 7a98cf4 commit 0818dd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -22,7 +22,7 @@ To use with Maven, add the following dependency.
<dependency>
<groupId>cljam</groupId>
<artifactId>cljam</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
</dependency>
```

Expand Down Expand Up @@ -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
```

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 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"
Expand Down

0 comments on commit 0818dd6

Please sign in to comment.