Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Feb 26, 2021
1 parent 3baeb56 commit 953cec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ See [this](https://cljdoc.org/d/lispyclouds/clj-docker-client/0.3.2/doc/readme)
### Installation
Leiningen/Boot
```clojure
[lispyclouds/clj-docker-client "1.0.2"]
[lispyclouds/clj-docker-client "1.0.3"]
```

Clojure CLI/deps.edn
```clojure
{lispyclouds/clj-docker-client {:mvn/version "1.0.2"}}
{lispyclouds/clj-docker-client {:mvn/version "1.0.3"}}
```

Gradle
```groovy
compile 'lispyclouds:clj-docker-client:1.0.2'
compile 'lispyclouds:clj-docker-client:1.0.3'
```

Maven
```xml
<dependency>
<groupId>lispyclouds</groupId>
<artifactId>clj-docker-client</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
; You should have received a copy of the GNU Lesser General Public License
; along with clj-docker-client. If not, see <http://www.gnu.org/licenses/>.

(defproject lispyclouds/clj-docker-client "1.0.2"
(defproject lispyclouds/clj-docker-client "1.0.3"
:author "Rahul De <[email protected]>"
:url "https://github.com/into-docker/clj-docker-client"
:description "An idiomatic data-driven clojure client for Docker."
Expand Down

0 comments on commit 953cec1

Please sign in to comment.