Skip to content

Commit f8e86fc

Browse files
committed
Bump version in README
1 parent 0126a3f commit f8e86fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Clojure HTTP library similar to [clj-http](http://github.com/dakrone/clj-http)
1111
`clj-http-lite` is available as a Maven artifact from [Clojars](https://clojars.org/org.clj-commons/clj-http-lite):
1212

1313
```clojure
14-
[org.clj-commons/clj-http-lite "0.4.381"]
14+
[org.clj-commons/clj-http-lite "0.4.384"]
1515
```
1616

1717
## Differences from clj-http

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clj-commons/clj-http-lite "0.4.381"
1+
(defproject org.clj-commons/clj-http-lite "0.4.384"
22
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
33
:url "https://github.com/martinklepsch/clj-http-lite/"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)