From 736b1f21cd540443d9120a187b295a65cf997dc1 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Wed, 14 May 2025 01:25:14 +0200
Subject: [PATCH] Bump latest_stable_version to 31.0.4

---
 scripts/appstore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/appstore.py b/scripts/appstore.py
index 3360071..8bc6141 100755
--- a/scripts/appstore.py
+++ b/scripts/appstore.py
@@ -191,7 +191,7 @@ def update():
 	#latest_stable_version = platforms[-1]['version']
 	#if latest_stable_version.endswith('.0.0'):
 	#	latest_stable_version = platforms[-2]['version']
-	latest_stable_version = '30.0.10'
+	latest_stable_version = '31.0.4'
 	r = requests.get(f'https://apps.nextcloud.com/api/v1/platform/{latest_stable_version}/apps.json')
 	apps = r.json()
 	apps.sort(key=lambda app: app['id'])
-- 
GitLab