Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed May 29, 2017
1 parent a0fa3b9 commit f9ad92a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.3.1] - 2017-05-29

### Added

Expand Down Expand Up @@ -176,7 +176,8 @@ represents the first three bases of chromosome 1.

First release

[Unreleased]: https://github.com/chrovis/cljam/compare/0.3.0...HEAD
[Unreleased]: https://github.com/chrovis/cljam/compare/0.3.1...HEAD
[0.3.1]: https://github.com/chrovis/cljam/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/chrovis/cljam/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/chrovis/cljam/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/chrovis/cljam/compare/0.1.6...0.2.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cljam is available as a Maven artifact from [Clojars][clojars].
To use with Leiningen/Boot, add the following dependency.

```clojure
[cljam "0.3.0"]
[cljam "0.3.1"]
```

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

Expand Down Expand Up @@ -103,8 +103,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.3.0.jar
Created /path/to/cljam/target/cljam-0.3.0-standalone.jar
Created /path/to/cljam/target/cljam-0.3.1.jar
Created /path/to/cljam/target/cljam-0.3.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.3.1-SNAPSHOT"
(defproject cljam "0.3.1"
: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 f9ad92a

Please sign in to comment.