Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Victor Bjelkholm <git@victor.earth>
  • Loading branch information
victorb committed May 16, 2019
1 parent 37e4edc commit d1bfc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ A Clojure library designed to interact with a IPFS daemon.

#### Leiningen/Boot
```
[open-services/ipfs-api "1.0.1"]
[open-services/ipfs-api "1.1.0"]
```

#### Clojure CLI/deps.edn
```
open-services/ipfs-api {:mvn/version "1.0.1"}
open-services/ipfs-api {:mvn/version "1.1.0"}
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject open-services/ipfs-api "1.0.2"
(defproject open-services/ipfs-api "1.1.0"
:description "Client IPFS API library with built-in daemon"
:url "https://github.com/open-services/clj-ipfs-api"
:license {:name "MIT"
Expand Down

0 comments on commit d1bfc10

Please sign in to comment.