From 449dba2d1c48ca8f1857e8de24d6222f012f7644 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 4 May 2020 19:14:32 +0200
Subject: [PATCH] client: fixed missing parameter

---
 client/RoadmapClient.py | 2 +-
 client/version.json     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/RoadmapClient.py b/client/RoadmapClient.py
index 762b7d5..648c7d4 100644
--- a/client/RoadmapClient.py
+++ b/client/RoadmapClient.py
@@ -55,7 +55,7 @@ class RoadmapClient(FlaskBaseApp):
             return response
 
     @staticmethod
-    def __check_roadmap(cls, roadmapID, urlBuilder):
+    def __check_roadmap(roadmapID, urlBuilder):
         try:
             roadmapID = int(roadmapID)
         except ValueError:
diff --git a/client/version.json b/client/version.json
index 0813a0a..518681e 100644
--- a/client/version.json
+++ b/client/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.1.0",
-        "code": 9,
-        "date": "03.05.20"
+        "name": "v1.1.1",
+        "code": 10,
+        "date": "04.05.20"
     }
 }
\ No newline at end of file
-- 
GitLab