From 7ab11a35234842511659bc98a8c845a1b9f2ff1d Mon Sep 17 00:00:00 2001 From: Simone Vaccari Date: Thu, 26 Sep 2024 09:38:53 +0200 Subject: [PATCH] manually deleted releases on repo and renamed latest v1.0.0 --- codemeta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 95c47ea..34d8cb3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,10 +7,10 @@ "datePublished": "2022-09-25", "dateModified": "2022-09-25", "name": "Water Bodies Detection", - "version": "1.0.3", + "version": "1.0.0", "description": "The Water Bodies Detection is an Application that uses the NDWI index and the Otsu threshold to detect water bodies using Sentinel-2 or Landsat-9 data", "developmentStatus": "active", - "downloadUrl": "https://github.com/eoap/quickwin/releases/tag/1.0.3", + "downloadUrl": "https://github.com/eoap/quickwin/releases/tag/1.0.0", "relatedLink": [ "https://eoap.github.io/quickwin" ],