Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed May 16, 2020
1 parent ff77bfe commit 181dd6b
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 @@ -20,25 +20,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.0-RC2"]
[lispyclouds/clj-docker-client "1.0.0"]
```

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

Gradle
```groovy
compile 'lispyclouds:clj-docker-client:1.0.0-RC2'
compile 'lispyclouds:clj-docker-client:1.0.0'
```

Maven
```xml
<dependency>
<groupId>lispyclouds</groupId>
<artifactId>clj-docker-client</artifactId>
<version>1.0.0-RC2</version>
<version>1.0.0</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.0-RC2"
(defproject lispyclouds/clj-docker-client "1.0.0"
:author "Rahul De <rahul@mailbox.org>"
:url "https://github.com/lispyclouds/clj-docker-client"
:description "An idiomatic data-driven clojure client for Docker."
Expand Down

0 comments on commit 181dd6b

Please sign in to comment.