From 50ce9906b013a7da63fb900a1561a289b38de6db Mon Sep 17 00:00:00 2001 From: Bradley Suira Date: Thu, 20 Apr 2023 22:14:14 -0500 Subject: [PATCH] chore: bumped version --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aecf118f7..c09f16ca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquality-wallet", - "version": "0.85.2", + "version": "0.86.0", "private": true, "author": "Liquality ", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 776659d91..5e092426e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.85.2", + "version": "0.86.0", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en",