Skip to content

Commit

Permalink
2.2.8.1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Sep 13, 2024
1 parent 80e8e1e commit 8c91194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JustlightTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class JustlightTheme extends MinimalTheme implements ModuleThemeInterface, Modul

// Module constants
public const CUSTOM_AUTHOR = 'JustCarmen';
public const CUSTOM_VERSION = '2.2.8';
public const CUSTOM_VERSION = '2.2.8.1';
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/';
Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.8
2.2.8.1
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.2.8',
version: '2.2.8.1',
css_dir: 'src/css',
images_dir: 'src/images',
webtrees_css_dir: 'vendor/fisharebest/webtrees/resources/css',
Expand Down

0 comments on commit 8c91194

Please sign in to comment.