From a41440e0e98420feeccde9f8345403df71ba8b25 Mon Sep 17 00:00:00 2001 From: CW GitHub Action Date: Fri, 8 Nov 2024 20:51:16 +0000 Subject: [PATCH] Add compiled files & tag --- deno.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 4d4cdf2..69b414c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@citizenwallet/sdk", - "version": "2.0.30", + "version": "2.0.31", "exports": { ".": "./src/index.ts", "./bundler": "./src/bundler/index.ts", diff --git a/package.json b/package.json index 52686f2..bdd856c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@citizenwallet/sdk", - "version": "2.0.30", + "version": "2.0.31", "description": "An sdk to easily work with citizen wallet.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",