From 8d431650a7c9c5cfd116606a163087dd5232e70f Mon Sep 17 00:00:00 2001 From: Marcelo Salloum dos Santos Date: Fri, 15 Apr 2022 14:26:09 -0300 Subject: [PATCH] Bump npm project version to 0.4.1 (#85) --- @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 d5f465b..2d94989 100644 --- a/@stellar/anchor-tests/package.json +++ b/@stellar/anchor-tests/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/anchor-tests", - "version": "0.4.0", + "version": "0.4.1", "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 47cb596..9ecc6bc 100644 --- a/server/package.json +++ b/server/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@types/node": "^14.14.41", - "@stellar/anchor-tests": "0.3.0", + "@stellar/anchor-tests": "0.4.1", "express": "^4.17.1", "socket.io": "^4.1.2", "tslib": "^2.2.0",