From 9d8fbe7c7ca4695a3dabefa3e5155f824ee93744 Mon Sep 17 00:00:00 2001 From: Jiahui Hu Date: Mon, 30 Sep 2024 11:12:13 -0400 Subject: [PATCH] bump version (#163) --- @stellar/anchor-tests/package.json | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } }