Bump version to 1.0.0

This commit is contained in:
2026-03-15 09:57:55 +01:00
parent ad398d2964
commit 267f974d15
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "webtrees-full-diagram",
"version": "0.2.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {

View File

@@ -69,7 +69,7 @@ class Module extends AbstractModule implements ModuleChartInterface, ModuleCusto
public function customModuleVersion(): string
{
return '0.1.0';
return '1.0.0';
}
public function customModuleSupportUrl(): string