From f3e9e3f65c07494eed8e8ee6768711d0531b64a9 Mon Sep 17 00:00:00 2001 From: aleacevedo Date: Mon, 7 Nov 2022 17:45:13 -0300 Subject: [PATCH] chore: bump version --- package.json | 2 +- src/constants/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e559a2e..1f3f7fb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typescript": "^4.5" }, "name": "@psychedelic/plug-controller", - "version": "0.24.9", + "version": "0.24.10", "description": "Internet Computer Plug wallet's controller", "main": "dist/index.js", "scripts": { diff --git a/src/constants/version.ts b/src/constants/version.ts index 613835e..8b948c8 100644 --- a/src/constants/version.ts +++ b/src/constants/version.ts @@ -1 +1 @@ -export const PLUG_CONTROLLER_VERSION = "0.24.9"; +export const PLUG_CONTROLLER_VERSION = "0.24.10";