diff --git a/FancyResearchLinksModule.php b/FancyResearchLinksModule.php index 9535440..0f8ffdb 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-dev'; + public const CUSTOM_VERSION = '2.3.2'; 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 2bf1c1c..f90b1af 100644 --- a/latest-version.txt +++ b/latest-version.txt @@ -1 +1 @@ -2.3.1 +2.3.2 diff --git a/webpack.mix.config.js b/webpack.mix.config.js index 863b4d5..ce44a78 100644 --- a/webpack.mix.config.js +++ b/webpack.mix.config.js @@ -3,7 +3,7 @@ */ module.exports = { - version: '2.3.1', + version: '2.3.2', public_dir: 'resources', plugins_dir: 'plugins', dist_dir: 'dist/jc-fancy-research-links'