From 81d7e41d8139220c57e90be6f8245dece2eaba96 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Tue, 20 Aug 2024 23:03:48 +0200
Subject: [PATCH] Bump latest_stable_version to 29.0.5

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

diff --git a/scripts/appstore.py b/scripts/appstore.py
index 85afa71..aea28d6 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 = '28.0.3'
+	latest_stable_version = '29.0.5'
 	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