From 072eba7b02cf10eb843aa9bcf84fc8d73417937f Mon Sep 17 00:00:00 2001 From: Bastien Abadie <abadie@teklia.com> Date: Mon, 15 Apr 2024 14:08:25 +0200 Subject: [PATCH] Version 1.6.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f15c6a30..3ac26dbb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arkindex", - "version": "1.6.0-rc2", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arkindex", - "version": "1.6.0-rc2", + "version": "1.6.0", "license": "AGPL-3.0-only", "dependencies": { "@sentry/integrations": "^7.16.0", diff --git a/package.json b/package.json index 62f1f418a..9c57bf45b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arkindex", - "version": "1.6.0-rc2", + "version": "1.6.0", "private": true, "description": "Arkindex frontend", "license": "AGPL-3.0-only", -- GitLab