Skip to content

Commit

Permalink
2.0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 22, 2024
1 parent 5eb6986 commit 2ac6ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtrees-pedigree-chart",
"version": "2.0.0",
"version": "2.0.1-dev",
"description": "This modules provides an SVG pedigree chart for the [webtrees](https://www.webtrees.net) genealogy application.",
"keywords": [
"webtrees",
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Module extends PedigreeChartModule implements ModuleCustomInterface, Modul
/**
* @var string
*/
public const CUSTOM_VERSION = '2.0.0';
public const CUSTOM_VERSION = '2.0.1-dev';

/**
* @var string
Expand Down

0 comments on commit 2ac6ad8

Please sign in to comment.