Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Mar 5, 2019
1 parent f59da75 commit e7bb53b
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.1"]
[lispyclouds/clj-docker-client "0.2.2"]
```

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

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

Maven
```xml
<dependency>
<groupId>lispyclouds</groupId>
<artifactId>clj-docker-client</artifactId>
<version>0.2.1</version>
<version>0.2.2</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.1"
(defproject lispyclouds/clj-docker-client "0.2.2"
: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 e7bb53b

Please sign in to comment.