From 13125b155e48338032fa65f5308ea551a7631b8c Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Tue, 25 Mar 2025 18:27:53 +0100 Subject: [PATCH] 3.6.1 release --- codemeta.json | 4 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index 50d1dcae..16b0a9e3 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.6.0-beta", - "softwareVersion": "3.6.0-beta", + "version": "3.6.1", + "softwareVersion": "3.6.1", "description": "An astronomical HiPS visualizer in the browser.", "identifier": "10.5281/zenodo.7638833", "applicationCategory": "Astronomy, Visualization", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 6ab68e5a..7079dbf2 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.6.1-beta" +version = "3.6.1" authors = [ "baumannmatthieu0@gmail.com", "matthieu.baumann@astro.unistra.fr",] edition = "2018"