From 4170e34af8ccb65b783eba8c5e73fe2051ebbe12 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:25:05 +0530 Subject: [PATCH] (fix) package.json on development to dev-1.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 443a6b8419..fb5c62dec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "1.13.0", + "version": "dev-1.15.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0",