Skip to content

Commit

Permalink
Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 11, 2021
1 parent 4978294 commit bec1e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ user=> (digest/sha-256 (io/file "/tmp/hello.txt"))
## deps.edn

``` clojure
org.clj-commons/digest {:mvn/version "1.4.99"}
org.clj-commons/digest {:mvn/version "1.4.100"}
```

## lein

``` clojure
[org.clj-commons/digest "1.4.99"]
[org.clj-commons/digest "1.4.100"]
```

# Dev
Expand Down

0 comments on commit bec1e0e

Please sign in to comment.