From 27026c8ab066569eb3a83f789f7a9d1fc2297de2 Mon Sep 17 00:00:00 2001 From: Gavin Henderson Date: Wed, 24 Aug 2022 10:37:50 +0100 Subject: [PATCH] Update version --- docs/version-history.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/version-history.md b/docs/version-history.md index cf6b4d3..02fb07f 100644 --- a/docs/version-history.md +++ b/docs/version-history.md @@ -4,6 +4,12 @@ description: Find out about the latest changes to EyeCommander here # Version History +### 1.4.0 + +- Fix bug that prevented users from mapping the keyboard emulator to spacebar +- Add mind express option +- Improve forcing run as admin workflow + ### 1.3.3 - Fix bug where the app wouldn't work when the Windows User name included a space diff --git a/package.json b/package.json index a81f48d..b7b83a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eyecommander", "productName": "EyeCommander", - "version": "1.3.3", + "version": "1.4.0", "description": "Detect blinks and convert them to switch output", "main": ".webpack/main", "scripts": {