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

Commit b753998

Browse files
committed
Release 1.0.1
1 parent 549ca14 commit b753998

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 "1.0.0"]
23+
[lispyclouds/clj-docker-client "1.0.1"]
2424
```
2525

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

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

3636
Maven
3737
```xml
3838
<dependency>
3939
<groupId>lispyclouds</groupId>
4040
<artifactId>clj-docker-client</artifactId>
41-
<version>1.0.0</version>
41+
<version>1.0.1</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 "1.0.0"
16+
(defproject lispyclouds/clj-docker-client "1.0.1"
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)