From eae0c8342a179518085405e93f632a465b1ff56e Mon Sep 17 00:00:00 2001 From: yruej301 <114962854+yruej301@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:18:36 -0500 Subject: [PATCH] fix: version (#75) --- core/package.json | 2 +- lba/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index dcbffc8..a4345bf 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "vertex-core", - "version": "1.0.0", + "version": "3.0.0", "license": "UNLICENSED", "description": "EVM implementation of Vertex", "scripts": { diff --git a/lba/package.json b/lba/package.json index e7421dc..20450fc 100644 --- a/lba/package.json +++ b/lba/package.json @@ -1,6 +1,6 @@ { "name": "vertex-lba", - "version": "1.0.0", + "version": "3.0.0", "license": "UNLICENSED", "description": "Vertex LBA contracts", "scripts": {