From a5afb72f575007c678b4b8c40f09e9c6ab3da634 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 7 Jul 2020 16:15:35 +1000 Subject: [PATCH] bump version number to clean up conflicts --- customiser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customiser.py b/customiser.py index 271cb18..dead398 100755 --- a/customiser.py +++ b/customiser.py @@ -13,7 +13,7 @@ from shutil import copyfile, rmtree from time import sleep # to smooth the update process -enhancer_version = '0.6.1~beta2' +enhancer_version = '0.6.1~beta3' # for toggling notion visibility hotkey = 'CmdOrCtrl+Shift+A'