From c1d6041c6a9bd3a4c23bd03901a82fe9ccd5e5db Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 30 Jun 2020 16:01:10 +1000 Subject: [PATCH] remove ~beta from customiser.py --- customiser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customiser.py b/customiser.py index dec253d..84409ac 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.0~beta2' +enhancer_version = '0.6.0' # for toggling notion visibility hotkey = 'CmdOrCtrl+Shift+A'