From 160d9723446fccecd7b9ed60e33d6c5b46ac85a1 Mon Sep 17 00:00:00 2001 From: Koda <12773720+0x0Koda@users.noreply.github.com> Date: Wed, 15 May 2024 15:47:46 +1000 Subject: [PATCH] chore: increment version (#50) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84055e3..a6a866f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.64", + "version": "0.1.65", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts",