From 52307fe6053768056fd7317d690e8b9ac4933a27 Mon Sep 17 00:00:00 2001 From: Lukasz Zimnoch Date: Wed, 18 Oct 2023 12:48:24 +0200 Subject: [PATCH] TypeScript: Release v2.0.0 --- typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/package.json b/typescript/package.json index b7cc037e9..18732b979 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@keep-network/tbtc-v2.ts", - "version": "2.0.0-dev", + "version": "2.0.0", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",