diff --git a/FancyTreeviewModule.php b/FancyTreeviewModule.php index 63f41d0..1bcfab1 100644 --- a/FancyTreeviewModule.php +++ b/FancyTreeviewModule.php @@ -63,7 +63,7 @@ class FancyTreeviewModule extends AbstractModule // Module constants public const CUSTOM_AUTHOR = 'JustCarmen'; - public const CUSTOM_VERSION = '2.0.6'; + public const CUSTOM_VERSION = '2.1.0'; 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/'; diff --git a/latest-version.txt b/latest-version.txt index 157e54f..7ec1d6d 100644 --- a/latest-version.txt +++ b/latest-version.txt @@ -1 +1 @@ -2.0.6 +2.1.0 diff --git a/webpack.mix.config.js b/webpack.mix.config.js index 655c223..9777f67 100644 --- a/webpack.mix.config.js +++ b/webpack.mix.config.js @@ -3,7 +3,7 @@ */ module.exports = { - version: '2.0.6', + version: '2.1.0', build_dir: 'build', public_dir: 'resources', images_dir: 'src/images',