Skip to content

Commit

Permalink
release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tendant committed Dec 21, 2020
1 parent 647bef4 commit 32adca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Clojure Ring middle to handle exceptions

## Usage

```[tendant/ring-exceptions "0.1.8"]```
```[tendant/ring-exceptions "0.1.9"]```

## License

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 tendant/ring-exceptions "0.1.8"
(defproject tendant/ring-exceptions "0.1.9"
:description "Wrap exceptions for ring handler"
:url "https://github.com/tendant/ring-exceptions"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 32adca1

Please sign in to comment.