Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit b711ea8

Browse files
committed
Release 0.5.3
1 parent e4a3440 commit b711ea8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ See [this](https://cljdoc.org/d/lispyclouds/clj-docker-client/0.3.2/doc/readme)
2020
### Installation
2121
Leiningen/Boot
2222
```clojure
23-
[lispyclouds/clj-docker-client "0.5.2"]
23+
[lispyclouds/clj-docker-client "0.5.3"]
2424
```
2525

2626
Clojure CLI/deps.edn
2727
```clojure
28-
{lispyclouds/clj-docker-client {:mvn/version "0.5.2"}}
28+
{lispyclouds/clj-docker-client {:mvn/version "0.5.3"}}
2929
```
3030

3131
Gradle
3232
```groovy
33-
compile 'lispyclouds:clj-docker-client:0.5.2'
33+
compile 'lispyclouds:clj-docker-client:0.5.3'
3434
```
3535

3636
Maven
3737
```xml
3838
<dependency>
3939
<groupId>lispyclouds</groupId>
4040
<artifactId>clj-docker-client</artifactId>
41-
<version>0.5.2</version>
41+
<version>0.5.3</version>
4242
</dependency>
4343
```
4444

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
; You should have received a copy of the GNU Lesser General Public License
1414
; along with clj-docker-client. If not, see <http://www.gnu.org/licenses/>.
1515

16-
(defproject lispyclouds/clj-docker-client "0.5.2"
16+
(defproject lispyclouds/clj-docker-client "0.5.3"
1717
:author "Rahul De <rahul@mailbox.org>"
1818
:url "https://github.com/lispyclouds/clj-docker-client"
1919
:description "An idiomatic data-driven clojure client for Docker."

0 commit comments

Comments
 (0)