From 206efe3e58712462a168b503efce8414c3390ca7 Mon Sep 17 00:00:00 2001 From: CW GitHub Action Date: Fri, 8 Nov 2024 20:34: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 722c666..ee3ae4c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@citizenwallet/sdk", - "version": "2.0.27", + "version": "2.0.28", "exports": { ".": "./src/index.ts", "./bundler": "./src/bundler/index.ts", diff --git a/package.json b/package.json index 1ecc0c0..23da22f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@citizenwallet/sdk", - "version": "2.0.27", + "version": "2.0.28", "description": "An sdk to easily work with citizen wallet.", "main": "src/index.ts", "types": "dist/src/index.d.ts",