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 8f178a2 commit 6f0ec60
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-pedigree-chart",
"version": "1.6.1-dev",
"version": "1.6.1",
"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 resources/js/pedigree-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/pedigree-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 @@ -59,7 +59,7 @@ class Module extends PedigreeChartModule 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 6f0ec60

Please sign in to comment.