From c820390bd2b4e6641ac01cc17f3650b92a63a878 Mon Sep 17 00:00:00 2001 From: Pileks Date: Mon, 24 Jul 2023 19:49:08 +0200 Subject: [PATCH 1/3] Fix readme --- interface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/README.md b/interface/README.md index 668a116..a478bd9 100644 --- a/interface/README.md +++ b/interface/README.md @@ -10,4 +10,4 @@ Example implementations of this interface can be found in the [HTTP Wrap reposit ## Support -For any questions or problems related to the Ethers wrap or Polywrap at large, please visit our [Discord](https://discord.polywrap.io). +For any questions or problems related to this wrap or Polywrap at large, please visit our [Discord](https://discord.polywrap.io). From bbb3c3ab1ce1c507f811d9d8629d632b6567a664 Mon Sep 17 00:00:00 2001 From: Pileks Date: Tue, 25 Jul 2023 17:47:13 +0200 Subject: [PATCH 2/3] change package version to 1.1 --- interface/polywrap.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/polywrap.deploy.yaml b/interface/polywrap.deploy.yaml index 2fa38b2..606dede 100644 --- a/interface/polywrap.deploy.yaml +++ b/interface/polywrap.deploy.yaml @@ -12,7 +12,7 @@ jobs: package: http uri: $$ipfs_deploy config: - postUrl: https://wraps.wrapscan.io/r/polywrap/http@1.0.0 + postUrl: https://wraps.wrapscan.io/r/polywrap/http@1.1.0 headers: - name: Authorization value: $POLYWRAP_WRAPSCAN_AUTH_HEADER_PROD From ed3cd0f5acda1835b02414847a4348e80da2038d Mon Sep 17 00:00:00 2001 From: dOrgJelli Date: Wed, 26 Jul 2023 00:35:45 +0200 Subject: [PATCH 3/3] chore: patch version bump --- interface/polywrap.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/polywrap.deploy.yaml b/interface/polywrap.deploy.yaml index 606dede..ae05434 100644 --- a/interface/polywrap.deploy.yaml +++ b/interface/polywrap.deploy.yaml @@ -12,7 +12,7 @@ jobs: package: http uri: $$ipfs_deploy config: - postUrl: https://wraps.wrapscan.io/r/polywrap/http@1.1.0 + postUrl: https://wraps.wrapscan.io/r/polywrap/http@1.0.1 headers: - name: Authorization value: $POLYWRAP_WRAPSCAN_AUTH_HEADER_PROD