From cd9ac34256a7c1dcb3efa41c74df0fec49e69265 Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Thu, 7 Mar 2024 00:58:16 +0000 Subject: [PATCH] Bump latest_stable_version to 28.0.3 --- scripts/appstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appstore.py b/scripts/appstore.py index e993de1..85afa71 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 = '27.1.7' + latest_stable_version = '28.0.3' 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