diff --git a/setup.py b/setup.py
index 9dfd650..d34fad2 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
     long_description = f.read()
 
 setup(name='jodel_api',
-      version='1.1.4',
+      version='1.1.5',
       description='Unoffical Python Interface to the Jodel API',
       long_description=long_description,
       url='https://github.com/nborrmann/jodel_api',
diff --git a/src/jodel_api.py b/src/jodel_api.py
index 7ed06ba..82de2d1 100644
--- a/src/jodel_api.py
+++ b/src/jodel_api.py
@@ -22,8 +22,8 @@ class JodelAccount:
 
     api_url = "https://api.go-tellm.com/api{}"
     client_id = '81e8a76e-1e02-4d17-9ba0-8a7020261b26'
-    secret = 'XJwOzRfxCXsVLRkutOHyiexqDnDutUCnTrECnvpw'.encode('ascii')
-    version = '4.43.1'
+    secret = 'DOTrPEbAXvJmqDKnvdLCPJlUyKenbDoAJWiAxxnT'.encode('ascii')
+    version = '4.44.1'
 
     access_token = None
     device_uid = None