From 5cb121be12231950e794a0ed6345899f287bc646 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:31:39 +0200 Subject: [PATCH] Upgrade typescript API for runtime 601 (#521) * typescript API v0.601.0" * empty commit to trigger job --------- Co-authored-by: ParthDesai Co-authored-by: Parth Desai --- typescript-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-api/package.json b/typescript-api/package.json index 4ac1b52c2..29d30487c 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -1,6 +1,6 @@ { "name": "@tanssi/api-augment", - "version": "0.600.0", + "version": "0.601.0", "type": "module", "description": "Tanssi types augment for @polkadot/api", "author": "Moondance-labs",