From 7b2458ac8ad7a44f789dcb57e87a1cbc9a8b8898 Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Wed, 27 Mar 2024 15:30:51 +0100 Subject: [PATCH] v3.3.2 --- codemeta.json | 16 ++++++++-------- src/core/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/codemeta.json b/codemeta.json index f1c55268..31196277 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,8 +8,8 @@ "dateModified": "2023-01-31", "issueTracker": "https://github.com/cds-astro/aladin-lite/issues", "name": "Aladin Lite", - "version": "3.3.0", - "softwareVersion": "3.3.0", + "version": "3.3.2", + "softwareVersion": "3.3.2", "description": "An astronomical HiPS visualizer in the browser.", "identifier": "10.5281/zenodo.7638833", "applicationCategory": "Astronomy, Visualization", @@ -41,7 +41,7 @@ "email": "matthieu.baumann@unistra.fr", "affiliation": { "@type": "Organization", - "name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" + "name": "Universit\u00e9 de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" } }, { @@ -52,7 +52,7 @@ "email": "thomas.boch@astro.unistra.fr", "affiliation": { "@type": "Organization", - "name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" + "name": "Universit\u00e9 de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" } } ], @@ -65,9 +65,9 @@ "email": "matthieu.baumann@unistra.fr", "affiliation": { "@type": "Organization", - "name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" + "name": "Universit\u00e9 de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" } - }, + }, { "@type": "Person", "@id": "https://orcid.org/0000-0001-5818-2781", @@ -76,8 +76,8 @@ "email": "thomas.boch@astro.unistra.fr", "affiliation": { "@type": "Organization", - "name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" + "name": "Universit\u00e9 de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France" } } ] -} +} \ No newline at end of file diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index c954b1fe..b0c8f1b6 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -3,7 +3,7 @@ name = "aladin-lite" description = "Aladin Lite v3 introduces a new graphical engine written in Rust with the use of WebGL" license = "BSD-3-Clause" repository = "https://github.com/cds-astro/aladin-lite" -version = "3.3.1" +version = "3.3.2" authors = [ "baumannmatthieu0@gmail.com", "matthieu.baumann@astro.unistra.fr",] edition = "2018"