Skip to content

Commit

Permalink
update driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed May 16, 2024
1 parent 8cded8a commit 414c53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev
| [did-content](https://github.com/KataruInc/did-content-spec) | 0.1 | [0.1](https://github.com/KataruInc/did-content-spec) | [kataru/content-did-driver](https://hub.docker.com/repository/docker/kataru/content-did-driver) | Content DID |
| [did-algo](https://github.com/algorandfoundation/did-algo) | 0.6.0 | [2.0](https://github.com/algorandfoundation/did-algo/blob/main/README.md) | [ghcr.io/aidtechnology/algoid-resolver](https://ghcr.io/aidtechnology/algoid-resolver) | Algorand Blockchain DID Method |
| [did-itn](https://github.com/itn-trust/uni-resolver-driver-did-itn) | 1.0.0 | [1.0](https://github.com/itn-trust/itn-did-spec) | [ghcr.io/itn-trust/driver-did-itn](https://ghcr.io/itn-trust/driver-did-itn) | Integrated Trust Network (ITN) DID Method |
| [did-iota](https://github.com/iotaledger/uni-resolver-driver-iota) | 0.1 | 1.0 | [iotaledger/uni-resolver-driver-iota](https://hub.docker.com/r/iotaledger/uni-resolver-driver-iota/tags) | IOTA DID |
| [did-iota](https://github.com/iotaledger/uni-resolver-driver-iota) | 0.1.1 | 1.0 | [iotaledger/uni-resolver-driver-iota](https://hub.docker.com/r/iotaledger/uni-resolver-driver-iota) | IOTA DID |


## More Information
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ services:
environment:
DID_RESOLVER_URL: ${uniresolver_driver_did_itn_resolverUrl}
driver-did-iota:
image: iotaledger/uni-resolver-driver-iota:0.1
image: iotaledger/uni-resolver-driver-iota:0.1.1
ports:
- "8151:8080"
environment:
Expand Down

0 comments on commit 414c53f

Please sign in to comment.