From 14a502e051ce0253062b2bce4ddd4919ccaa7aa3 Mon Sep 17 00:00:00 2001 From: Andres Martin Aiello <50411235+andresaiello@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:23:08 -0300 Subject: [PATCH] build: update protocol contracts npm version to 0.8.0 (#63) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 32291460..db6f3f17 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,6 @@ "tsc:watch": "npx tsc --watch" }, "types": "./dist/lib/index.d.ts", - "version": "0.0.7" + "version": "0.0.8" } +