From 01b574d76373703c453ed47ce2fa5abf1c0aec6f Mon Sep 17 00:00:00 2001 From: florian-bellotti Date: Wed, 26 Apr 2023 11:16:42 +0200 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ed4eec..1b3fcf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avnu/avnu-sdk", - "version": "1.0.0", + "version": "1.0.1", "description": "TypeScript SDK for building exchange functionality on Layers 2 with the AVNU API", "main": "dist/index.js", "module": "dist/index.mjs",