From 902d68da3930f90bdbeee60171288b944a489bea Mon Sep 17 00:00:00 2001 From: mpadge Date: Tue, 5 Dec 2023 15:42:20 +0100 Subject: [PATCH] fix #92 --- DESCRIPTION | 2 +- codemeta.json | 2 +- inst/extdata/zenodo/schema.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 34059596..b6e83b5c 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.048 +Version: 0.2.1.049 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 1afdf499..7a4160ab 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.048", + "version": "0.2.1.049", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/inst/extdata/zenodo/schema.json b/inst/extdata/zenodo/schema.json index 241c2da7..a372dcc0 100644 --- a/inst/extdata/zenodo/schema.json +++ b/inst/extdata/zenodo/schema.json @@ -353,6 +353,5 @@ "type": "string", "default": "" } - }, - "required": ["created"] + } }