From e80336624c6bcf8fc211bcabf51f003256b31a28 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Mon, 1 Jul 2024 15:54:58 +0200 Subject: [PATCH] update version infos for release --- CITATION.cff | 2 +- build.properties | 2 +- catalogues/options.xml | 6 +++--- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 740d35f1e..6bf842502 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: >- If you use this software, please cite it using the metadata from this file. type: software -version: 4.11.0-alpha +version: 4.11.0 doi: "10.5281/zenodo.3381141" repository-code: "https://github.com/Edirom/WeGA-WebApp" license: diff --git a/build.properties b/build.properties index 6cf9b4637..f933dcee1 100644 --- a/build.properties +++ b/build.properties @@ -4,7 +4,7 @@ # project.app=WeGA-WebApp project.name=http://weber-gesamtausgabe.de/webapp -project.version=4.11.0-alpha +project.version=4.11.0 build.dir=build dist.dir=dist tmp.dir=tmp diff --git a/catalogues/options.xml b/catalogues/options.xml index d8c240620..198785af1 100644 --- a/catalogues/options.xml +++ b/catalogues/options.xml @@ -22,9 +22,9 @@ 2 EAO5d_GiQPkJeTGACYYOFahJm2HRNvJUWwIkyw4j0Ys AE39DA5613844228642EE48196AAA94A - 4.10.0 - A050189 - 2024-04-18 + 4.11.0 + A050194 + 2024-07-01 e4c10c66-9b0b-4f2e-810c-669b0b2f2e20
diff --git a/package.json b/package.json index c7dc1912a..eca25d7a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WeGA-WebApp", - "version": "4.11.0-alpha", + "version": "4.11.0", "description": "Web application for the digital edition of the Carl Maria von Weber Collected Works", "main": "controller.xql", "repository": "https://github.com/Edirom/WeGA-WebApp.git",