Skip to content

Commit

Permalink
3.0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 21, 2024
1 parent fd63652 commit 98897be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.2', '8.3', '8.4' ]
php: [ '8.3', '8.4' ]

steps:
- id: checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require": {
"ext-dom": "*",
"ext-json": "*",
"fisharebest/webtrees": "~2.2.0",
"fisharebest/webtrees": "~2.2.0 || dev-main",
"magicsunday/webtrees-module-base": "^1.0",
"magicsunday/webtrees-module-installer-plugin": "^1.3"
},
Expand Down
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": "3.0.0",
"version": "3.0.1-dev",
"description": "This modules provides an SVG ancestor fan 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 @@ -66,7 +66,7 @@ class Module extends FanChartModule implements ModuleCustomInterface, ModuleConf
/**
* @var string
*/
public const CUSTOM_VERSION = '3.0.0';
public const CUSTOM_VERSION = '3.0.1-dev';

/**
* @var string
Expand Down

0 comments on commit 98897be

Please sign in to comment.