From 2c7b435cadeb1742a8ee434f2da638365459a4e7 Mon Sep 17 00:00:00 2001 From: corysquid <146833132+corysquid@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:24:56 -0700 Subject: [PATCH] increase version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a3b008..c07f652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.76", + "version": "0.1.77", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts",