diff --git a/ci/version_var.sh b/ci/version_var.sh index b33cf2bd..53f395cd 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -8,7 +8,7 @@ # Release Parameters BASE_VERSION=0.1.2 -IS_RELEASE=false +IS_RELEASE=true ARCH=$(go env GOARCH) diff --git a/docs/components/user_agent_wasm.md b/docs/components/user_agent_wasm.md index ee58db7e..3d3ce796 100644 --- a/docs/components/user_agent_wasm.md +++ b/docs/components/user_agent_wasm.md @@ -5,3 +5,4 @@ User Agent WASM is a javascript project that use [Vue](https://vuejs.org) framew features: - Create [DID exchange](https://github.com/hyperledger/aries-rfcs/tree/master/features/0023-did-exchange) - Storing and retrieving verifiable credentials using [CHAPI](https://github.com/digitalbazaar/credential-handler-polyfill) +- Create QR Code for the stored verifiable presentations (VP) (right now it's verifiable credentials but will eventually be replaced by VP)