Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Nov 24, 2023
1 parent ec0d1b2 commit 9a61dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtrees-descendants-chart",
"version": "1.7.1-dev",
"version": "1.7.1",
"description": "This modules provides an SVG descendants chart for the [webtrees](https://www.webtrees.net) genealogy application.",
"keywords": [
"webtrees",
Expand Down Expand Up @@ -29,6 +29,6 @@
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"rollup": "^4.5.0"
"rollup": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Module extends DescendancyChartModule implements ModuleCustomInterface
/**
* @var string
*/
public const CUSTOM_VERSION = '1.7.1-dev';
public const CUSTOM_VERSION = '1.7.1';

/**
* @var string
Expand Down

0 comments on commit 9a61dc6

Please sign in to comment.