diff --git a/@stellar/anchor-tests/package.json b/@stellar/anchor-tests/package.json index ba9c920..f1e5ba6 100644 --- a/@stellar/anchor-tests/package.json +++ b/@stellar/anchor-tests/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/anchor-tests", - "version": "0.6.15", + "version": "0.6.16", "description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/server/package.json b/server/package.json index 478d04c..88ae786 100644 --- a/server/package.json +++ b/server/package.json @@ -30,6 +30,6 @@ "winston": "^3.3.3" }, "peerDependencies": { - "@stellar/anchor-tests": "0.6.15" + "@stellar/anchor-tests": "0.6.16" } }