From dd6c4c90fe621766792394367392483c4ab9adf8 Mon Sep 17 00:00:00 2001 From: Rico Sonntag Date: Thu, 28 Dec 2023 17:54:30 +0100 Subject: [PATCH] Release 1.8.0 --- package.json | 2 +- src/Module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c30e126..21f44d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webtrees-descendants-chart", - "version": "1.7.2-dev", + "version": "1.8.0", "description": "This modules provides an SVG descendants chart for the [webtrees](https://www.webtrees.net) genealogy application.", "keywords": [ "webtrees", diff --git a/src/Module.php b/src/Module.php index 324cd8b..06c7e21 100644 --- a/src/Module.php +++ b/src/Module.php @@ -60,7 +60,7 @@ class Module extends DescendancyChartModule implements ModuleCustomInterface, Mo /** * @var string */ - public const CUSTOM_VERSION = '1.7.2-dev'; + public const CUSTOM_VERSION = '1.8.0'; /** * @var string