Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed May 6, 2019
1 parent 0c7ec26 commit 6bbeb80
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 @@ -30,25 +30,25 @@ due to inconsistent var names in the Spotify lib.
### Installation
Leiningen/Boot
```clojure
[lispyclouds/clj-docker-client "0.2.2"]
[lispyclouds/clj-docker-client "0.2.3"]
```

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

Gradle
```groovy
compile 'lispyclouds:clj-docker-client:0.2.2'
compile 'lispyclouds:clj-docker-client:0.2.3'
```

Maven
```xml
<dependency>
<groupId>lispyclouds</groupId>
<artifactId>clj-docker-client</artifactId>
<version>0.2.2</version>
<version>0.2.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 "0.2.2"
(defproject lispyclouds/clj-docker-client "0.2.3"
:author "Rahul De <[email protected]>"
:url "https://github.com/lispyclouds/clj-docker-client"
:description "An idiomatic clojure client for Docker."
Expand Down

0 comments on commit 6bbeb80

Please sign in to comment.