From 77d064badc881262dcb86252b5c249394a17a90c Mon Sep 17 00:00:00 2001 From: OneFinityCNC <69640545+OneFinityCNC@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:36:43 -0500 Subject: [PATCH] -Fixed minor bug where the on-screen keyboard would not display after upgrade --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91c445c..bbd404f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbctrl", - "version": "1.0.7b2", + "version": "1.0.7b3", "homepage": "https://onefinitycnc.com/", "repository": "https://github.com/OneFinityCNC/onefinity", "license": "GPL-3.0+",