diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js
index d27b9e972973785b1acc2325f8a1bf4e97f6e5df..effa9e9d807f0096d863e2beff75007488a2bfe6 100644
--- a/GreaterGood-CTG-AutoClicker.js
+++ b/GreaterGood-CTG-AutoClicker.js
@@ -4,7 +4,7 @@
 // @description  Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program every two hours.
 // @description:de Klickt sich automatisch alle zwei Std. durch alle Buttons auf allen Seiten des GreaterGood-ClickToGive-Programms.
 
-// @version      1.3
+// @version      1.3.1
 // @author       Rsge
 // @copyright    2021+, Jan G. (Rsge)
 // @license      Mozilla Public License 2.0
@@ -15,9 +15,9 @@
 // @supportURL   https://github.com/Rsge/GreaterGood-CTG-AutoClicker/issues
 
 // @match      https://greatergood.com/clicktogive/*
-// @match      https://greatergood.com/ClickToGive/*
+// @match      https://greatergood.com/clickToGive/*
 // @match      https://*.greatergood.com/clicktogive/*
-// @match      https://*.greatergood.com/ClickToGive/*
+// @match      https://*.greatergood.com/clickToGive/*
 
 // @grant        none
 // ==/UserScript==