From af8874bda3a428f45e683101744c24247b2dcfaa Mon Sep 17 00:00:00 2001
From: acpaquette <acpaquette@usgs.gov>
Date: Thu, 22 Aug 2024 13:44:08 -0700
Subject: [PATCH] Point code.json to most recent doc release (#5598)

---
 code.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/code.json b/code.json
index da3b2eba98..a78fb31595 100644
--- a/code.json
+++ b/code.json
@@ -91,7 +91,7 @@
     "name": "ISIS3",
     "organization": "U.S. Geological Survey",
     "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
-    "version": "8.3.0_RC1",
+    "version": "8.2.0",
     "status": "Production",
 
     "permissions": {
@@ -99,14 +99,14 @@
       "licenses": [
         {
           "name": "Public Domain, CC0-1.0",
-          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/LICENSE.md"
+          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0/LICENSE.md"
         }
       ]
     },
 
     "homepageURL": "https://isis.astrogeology.usgs.gov",
-    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0_RC1/8.3.0_RC1.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/DISCLAIMER.md",
+    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.2.0/8.2.0.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0/DISCLAIMER.md",
     "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
     "vcs": "git",
 
@@ -129,7 +129,7 @@
     },
 
     "date": {
-      "metadataLastUpdated": "2024-08-16"
+      "metadataLastUpdated": "2024-08-22"
     }
   }
 ]
-- 
GitLab