From 6afc531d0c12b027e5828fe1e84bf46c1302e1fc Mon Sep 17 00:00:00 2001
From: Jan <rsge@web.de>
Date: Sun, 1 May 2022 15:03:49 +0200
Subject: [PATCH] Fixed wrong capitalization

---
 GreaterGood-CTG-AutoClicker.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js
index d27b9e9..effa9e9 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==
-- 
GitLab