From b20513dc0e4a3bca30812745e6b04ffc5047a890 Mon Sep 17 00:00:00 2001 From: fxpineau Date: Thu, 10 Nov 2022 11:20:13 +0100 Subject: [PATCH] Update codemeta.json and .zenodo.json --- .zenodo.json | 4 ++-- codemeta.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index fab355a..81682fd 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -48,5 +48,5 @@ ], "title": "MOC Lib Rust, MOCCLi, MOCWasm and MOCSet", "upload_type": "software", - "version": "0.5.2" -} \ No newline at end of file + "version": "0.5.3" +} diff --git a/codemeta.json b/codemeta.json index bb6b2dd..ce265e5 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "downloadUrl": "https://github.com/cds-astro/cds-moc-rust/releases", "issueTracker": "https://github.com/cds-astro/cds-moc-rust/issues", "name": "MOC Lib Rust, MOCCLi, MOCWasm and MOCSet", - "softwareVersion": "0.5.2", + "softwareVersion": "0.5.3", "description": "Rust implementation of the IVOA MOC standard (MOC Lib Rust); \nassociated command line tool (MOCCli) and\nJavascript/WebAssembly wrapper to manipulate MOCs in Web Browsers (MOCWasm).", "applicationCategory": "Astronomy", "releaseNotes": "https://github.com/cds-astro/cds-moc-rust/blob/main/CHANGELOG.md",