Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Apr 16, 2022
1 parent f250000 commit e6757e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-fan-chart",
"version": "2.2.3-dev",
"version": "2.3.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/fan-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 @@ -60,7 +60,7 @@ class Module extends AbstractModule implements ModuleCustomInterface, ModuleChar
/**
* @var string
*/
public const CUSTOM_VERSION = '2.2.3-dev';
public const CUSTOM_VERSION = '2.3.0';

/**
* @var string
Expand Down

0 comments on commit e6757e2

Please sign in to comment.