From 69f82023d642eb5e56111dc15cfe810604b18a73 Mon Sep 17 00:00:00 2001 From: Piyal Basu Date: Tue, 10 Oct 2023 21:11:15 -0400 Subject: [PATCH] add correct version number (#998) --- @stellar/freighter-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@stellar/freighter-api/package.json b/@stellar/freighter-api/package.json index 75d789f7c..52ceef028 100644 --- a/@stellar/freighter-api/package.json +++ b/@stellar/freighter-api/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/freighter-api", - "version": "1.6.1", + "version": "1.7.1", "license": "Apache-2.0", "author": "Stellar Development Foundation ", "description": "Utility functions to interact with Freighter extension",