diff --git a/Makefile b/Makefile index 74df1927..64c7f47f 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,6 @@ tag: dabl-meta.yaml \ daml.yaml \ triggers/daml.yaml \ - integrationTesting/daml.yaml\ exberry_adapter/setup.py \ $(UI_DIR)/package.json \ docs/local_development.md \ diff --git a/dabl-meta.yaml b/dabl-meta.yaml index 8dce9b6e..989a4de3 100644 --- a/dabl-meta.yaml +++ b/dabl-meta.yaml @@ -1,6 +1,6 @@ catalog: name: da-marketplace - version: 0.2.0-rc.2 + version: 0.2.0-rc.3 short_description: DA Marketplace description: A marketplace for issuing and trading digital tokens. release_date: 2020-10-14 diff --git a/docs/damlhub_deployment.md b/docs/damlhub_deployment.md index c2810fc6..95ef2510 100644 --- a/docs/damlhub_deployment.md +++ b/docs/damlhub_deployment.md @@ -40,7 +40,7 @@ Under the deployments tab, click on "Upload File": ![3_upload_file](https://user-images.githubusercontent.com/71082197/98857330-ec817480-242c-11eb-8b07-4b0f88d3a39f.png) -Upload the packaged `da-marketplace-0.2.0-rc.2.dit` file. +Upload the packaged `da-marketplace-0.2.0-rc.3.dit` file. Click "Launch" for both the UI and the Model: diff --git a/scripts/tag-versions.sh b/scripts/tag-versions.sh index 8f5fe9a1..55df4ad4 100755 --- a/scripts/tag-versions.sh +++ b/scripts/tag-versions.sh @@ -43,11 +43,6 @@ yq w -i $daml_yaml_triggers 'version' "$short_version" yq w -i $daml_yaml_triggers 'data-dependencies' "" yq w -i $daml_yaml_triggers 'data-dependencies[+]' "../.daml/dist/da-marketplace-$short_version.dar" -echo " Tagging integrationTesting daml.yaml" -yq w -i $daml_yaml_it 'version' "$short_version" -yq w -i $daml_yaml_it 'data-dependencies' "" -yq w -i $daml_yaml_it 'data-dependencies[+]' "../.daml/dist/da-marketplace-$short_version.dar" - echo " Tagging exberry_adapter setup.py" sed -ri "s/version='$vregex/version='$short_version/" $exberry_setup diff --git a/ui/package.json b/ui/package.json index 22edbeb2..dc7c768f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "da-marketplace-ui", - "version": "0.2.0-rc.2", + "version": "0.2.0-rc.3", "private": true, "dependencies": { "@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.2.0",