Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Apr 25, 2014
1 parent 91dd40a commit 6c63e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cljam is available as a Maven artifact from [Clojars][clojars].
To use with Leiningen, add the following dependency.

```clojure
[cljam "0.1.0"]
[cljam "0.1.1"]
```

To use with Maven, add the following dependency.
Expand All @@ -20,7 +20,7 @@ To use with Maven, add the following dependency.
<dependency>
<groupId>cljam</groupId>
<artifactId>cljam</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down Expand Up @@ -84,8 +84,8 @@ Run `lein-bin` plugin and it creates standalone console executable into `target`

```bash
$ lein bin
Created /path/to/cljam/target/cljam-0.1.0.jar
Created /path/to/cljam/target/cljam-0.1.0-standalone.jar
Created /path/to/cljam/target/cljam-0.1.1.jar
Created /path/to/cljam/target/cljam-0.1.1-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.1-SNAPSHOT"
(defproject cljam "0.1.1"
:description "A DNA Sequence Alignment/Map (SAM) library for Clojure"
:url "https://chrovis.github.io/cljam"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 6c63e3e

Please sign in to comment.