Unverified Commit af8874bd authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Point code.json to most recent doc release (#5598)

parent 2e5c3bec
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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"
    }
  }
]