Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alumi committed Apr 12, 2023
1 parent f5d7c06 commit 6fbc2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ cljam is available as a Maven artifact from [Clojars](https://clojars.org/cljam)
Clojure CLI/deps.edn:

```clojure
cljam {:mvn/version "0.8.3"}
cljam {:mvn/version "0.8.4"}
```

Leiningen/Boot:

```clojure
[cljam "0.8.3"]
[cljam "0.8.4"]
```

## Breaking changes in 0.8.0
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.8.4-SNAPSHOT"
(defproject cljam "0.8.4"
: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 6fbc2ec

Please sign in to comment.