Skip to content

Commit

Permalink
2.0.6-release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Dec 8, 2024
1 parent fba040f commit ec17698
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FancyTreeviewModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class FancyTreeviewModule extends AbstractModule

// Module constants
public const CUSTOM_AUTHOR = 'JustCarmen';
public const CUSTOM_VERSION = '2.0.5';
public const CUSTOM_VERSION = '2.0.6';
public const GITHUB_REPO = 'webtrees-fancy-treeview';
public const AUTHOR_WEBSITE = 'https://justcarmen.nl';
public const CUSTOM_SUPPORT_URL = self::AUTHOR_WEBSITE . '/modules-webtrees-2/fancy-treeview/';
Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6
Binary file modified resources/lang/en-US.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion webpack.mix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

module.exports = {
version: '2.0.5',
version: '2.0.6',
build_dir: 'build',
public_dir: 'resources',
images_dir: 'src/images',
Expand Down

0 comments on commit ec17698

Please sign in to comment.