From ab10b1bf6c9333c4a9eafb38d3818c82639a82e1 Mon Sep 17 00:00:00 2001 From: Nathan Tarr <nmtarr@ncsu.edu> Date: Fri, 27 Jan 2023 09:40:18 -0500 Subject: [PATCH] Fix to errors found by E. Martinez. --- code.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code.json b/code.json index 0f44ac6..87019d3 100644 --- a/code.json +++ b/code.json @@ -3,7 +3,7 @@ "organization": "U.S. Geological Survey", "description": "High-level tools and framework for curating collections of species occurrence records from GBIF and eBird in a transparent manner.", "version": "1.0.3", - "status": "Provisional", + "status": "Development", "permissions": { "usageType": "openSource", "licenses": [{ @@ -12,7 +12,7 @@ }] }, "homepageURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler", - "downloadURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/archive/1.0.3/wildlife-wrangler-1.0.2.zip", + "downloadURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/archive/1.0.3/wildlife-wrangler-1.0.3.zip", "disclaimerURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/raw/1.0.3/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler.git", "vcs": "git", -- GitLab