diff --git a/JustlightTheme.php b/JustlightTheme.php index e12f8fe..f32fe1e 100644 --- a/JustlightTheme.php +++ b/JustlightTheme.php @@ -38,7 +38,7 @@ class JustlightTheme extends MinimalTheme implements ModuleThemeInterface, Modul // Module constants public const CUSTOM_AUTHOR = 'JustCarmen'; - public const CUSTOM_VERSION = '2.2.9'; + public const CUSTOM_VERSION = '2.3.0'; public const GITHUB_REPO = 'webtrees-theme-justlight'; public const AUTHOR_WEBSITE = 'justcarmen.nl'; public const CUSTOM_SUPPORT_URL = 'https://' . self::AUTHOR_WEBSITE . '/modules-webtrees-2/justlight-theme/'; diff --git a/README.md b/README.md index d1f89fb..a3706bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JustLight Theme for webtrees ============================ [![Latest Release](https://img.shields.io/github/release/JustCarmen/webtrees-theme-justlight.svg)][1] -[![webtrees major version](https://img.shields.io/badge/webtrees-v2.1.x-green)][2] +[![webtrees major version](https://img.shields.io/badge/webtrees-v2.2.x-green)][2] [![Downloads](https://img.shields.io/github/downloads/JustCarmen/webtrees-theme-justlight/total.svg)]() [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XPBC2W85M38AS&item_name=webtrees%20modules%20by%20JustCarmen¤cy_code=EUR) diff --git a/latest-version.txt b/latest-version.txt index a6333e4..276cbf9 100644 --- a/latest-version.txt +++ b/latest-version.txt @@ -1 +1 @@ -2.2.9 +2.3.0 diff --git a/webpack.mix.config.js b/webpack.mix.config.js index 41d21f6..db41178 100644 --- a/webpack.mix.config.js +++ b/webpack.mix.config.js @@ -3,7 +3,7 @@ */ module.exports = { - version: '2.2.9', + version: '2.3.0', css_dir: 'src/css', images_dir: 'src/images', webtrees_css_dir: 'vendor/fisharebest/webtrees/resources/css',