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 Nov 18, 2021
1 parent ff68fe4 commit 6b53000
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 @@ -11,7 +11,7 @@ A Clojure HTTP library similar to [clj-http](http://github.com/dakrone/clj-http)
`clj-http-lite` is available as a Maven artifact from [Clojars](https://clojars.org/org.clj-commons/clj-http-lite):

```clojure
[org.clj-commons/clj-http-lite "0.4.390"]
[org.clj-commons/clj-http-lite "0.4.392"]
```

## Differences from clj-http
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 org.clj-commons/clj-http-lite "0.4.390"
(defproject org.clj-commons/clj-http-lite "0.4.392"
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
:url "https://github.com/martinklepsch/clj-http-lite/"
:license {:name "MIT"
Expand Down

0 comments on commit 6b53000

Please sign in to comment.