From d4dc139584c74a73c9d97d912ba2302de7e812f7 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Sat, 1 Feb 2020 14:02:07 +0000 Subject: [PATCH] Update for 1.0.7 release. --- README.md | 2 ++ RawMouse/plugin.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df55d0..3ea84f2 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,7 @@ down while moving the layer view will switch to a faster simple shaded view for 1.0.6 - holding CTRL while moving the layer view displays a simple shaded view. +1.0.7 - fixed yet another blunder with the Universal Receiver (3rd time lucky?) + --- diff --git a/RawMouse/plugin.json b/RawMouse/plugin.json index 74d2df8..c843dbe 100644 --- a/RawMouse/plugin.json +++ b/RawMouse/plugin.json @@ -1,7 +1,7 @@ { "name": "RawMouse", "author": "burtoogle", - "version": "1.0.5", + "version": "1.0.7", "description": "Simple HID mouse interface.", "supported_sdk_versions": [ "7.0.0" ] }