From 593dfdb8f4ae5b231a43c2b7f879df3833b0828e Mon Sep 17 00:00:00 2001 From: florian-bellotti Date: Thu, 17 Aug 2023 09:19:57 +0200 Subject: [PATCH] v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fca8f2..2c181da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avnu/avnu-sdk", - "version": "1.1.1", + "version": "1.1.2", "description": "TypeScript SDK for building exchange functionality on Layers 2 with the AVNU API", "main": "dist/index.js", "module": "dist/index.mjs",