diff --git a/DESCRIPTION b/DESCRIPTION index f6d7421b..ee5e1974 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: deposits Title: A universal client for depositing and accessing research data anywhere -Version: 0.2.1.035 +Version: 0.2.1.036 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/codemeta.json b/codemeta.json index 7b4fced6..8c8c5e46 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/ropenscilabs/deposits", "issueTracker": "https://github.com/ropenscilabs/deposits/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.1.035", + "version": "0.2.1.036", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/inst/extdata/zenodo/schema.json b/inst/extdata/zenodo/schema.json index f29cbed8..241c2da7 100644 --- a/inst/extdata/zenodo/schema.json +++ b/inst/extdata/zenodo/schema.json @@ -81,7 +81,7 @@ "access_right": { "type": "string", "enum": ["open", "embargoed", "restricted", "closed"], - "default": "closed" + "default": "open" }, "license": { "type": "string"