From 0b1c0e529c4a1a7749fb0bf20d3ac3fc6db3611c Mon Sep 17 00:00:00 2001 From: Erdi Maden Date: Tue, 28 May 2024 19:55:02 -0500 Subject: [PATCH] Downgrading package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8508637c..cc916826 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "ISC", "description": "Coinbase Platform SDK", "repository": "https://github.com/coinbase/coinbase-sdk-nodejs", - "version": "0.0.5", + "version": "0.0.4", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {