From 20c79c69dc8295f6215a0094a7c039980fa17464 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 3 Sep 2024 15:47:45 +0200 Subject: [PATCH] chore: change version suffix to alpha Signed-off-by: Daniel Kesselberg --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3783461d70..fb9237f058 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 4.1.0-dev.0 + 4.1.0-alpha.0 agpl Christoph Wurst GretaD diff --git a/package-lock.json b/package-lock.json index 38635b0dff..343ed7e0d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "4.1.0-dev.0", + "version": "4.1.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "4.1.0-dev.0", + "version": "4.1.0-alpha.0", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index adc886edd5..7137d2595b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "4.1.0-dev.0", + "version": "4.1.0-alpha.0", "author": "Christoph Wurst ", "license": "agpl", "private": true,