Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Aug 30, 2023
1 parent 3f6bf61 commit 3437862
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-descendants-chart",
"version": "1.6.1-dev",
"version": "1.6.1",
"description": "This modules provides an SVG descendants chart for the [webtrees](https://www.webtrees.net) genealogy application.",
"keywords": [
"webtrees",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/descendants-chart-storage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/descendants-chart.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Module extends DescendancyChartModule implements ModuleCustomInterface
/**
* @var string
*/
public const CUSTOM_VERSION = '1.6.1-dev';
public const CUSTOM_VERSION = '1.6.1';

/**
* @var string
Expand Down

0 comments on commit 3437862

Please sign in to comment.