diff --git a/FancyResearchLinksModule.php b/FancyResearchLinksModule.php index e4d5d25..74a7084 100644 --- a/FancyResearchLinksModule.php +++ b/FancyResearchLinksModule.php @@ -33,7 +33,7 @@ class FancyResearchLinksModule extends AbstractModule implements ModuleCustomInt use ModuleSidebarTrait; public const CUSTOM_AUTHOR = 'JustCarmen'; - public const CUSTOM_VERSION = '2.3.2'; + public const CUSTOM_VERSION = '2.4'; public const GITHUB_REPO = 'webtrees-fancy-research-links'; public const AUTHOR_WEBSITE = 'https://justcarmen.nl'; public const CUSTOM_SUPPORT_URL = self::AUTHOR_WEBSITE . '/modules-webtrees-2/fancy-research-links/'; diff --git a/latest-version.txt b/latest-version.txt index f90b1af..6b4950e 100644 --- a/latest-version.txt +++ b/latest-version.txt @@ -1 +1 @@ -2.3.2 +2.4 diff --git a/resources/lang/en-US.mo b/resources/lang/en-US.mo index 3d0cc9d..e5ce80b 100644 Binary files a/resources/lang/en-US.mo and b/resources/lang/en-US.mo differ diff --git a/webpack.mix.config.js b/webpack.mix.config.js index ce44a78..702093d 100644 --- a/webpack.mix.config.js +++ b/webpack.mix.config.js @@ -3,7 +3,7 @@ */ module.exports = { - version: '2.3.2', + version: '2.4', public_dir: 'resources', plugins_dir: 'plugins', dist_dir: 'dist/jc-fancy-research-links'