From 6540f9e758f50cec9748302bb80f63962c1b3040 Mon Sep 17 00:00:00 2001 From: Alexandr Esilevich Date: Fri, 28 Jun 2024 04:56:57 +0100 Subject: [PATCH] added 5.10.1 version --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 1577f8e..1fc187f 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,10 @@ { "version": "5.9.2", "url": "https://github.com/scade-platform/swift-android-toolchain/releases/download/5.9.2/swift-android-compiler-5.9.2.tar.bz2" + }, + { + "version": "5.10.1", + "url": "https://github.com/scade-platform/swift-android-toolchain/releases/download/5.10.1/swift-android-compiler-5.10.1.tar.bz2" } ] }