Skip to content

Commit

Permalink
1.4-release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Feb 17, 2024
1 parent 7e8ee94 commit 0e294c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.4
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

// Module constants
public const CUSTOM_AUTHOR = 'JustCarmen';
public const CUSTOM_VERSION = '1.3.1';
public const CUSTOM_VERSION = '1.4';
public const GITHUB_REPO = 'webtrees-simple-menu';
public const AUTHOR_WEBSITE = 'https://justcarmen.nl';
public const CUSTOM_SUPPORT_URL = self::AUTHOR_WEBSITE . '/modules-webtrees-2/simple-menu/';
Expand Down
2 changes: 1 addition & 1 deletion webpack.mix.archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

let mix = require('laravel-mix');
const version = '1.3.1';
const version = '1.4';

//https://github.com/gregnb/filemanager-webpack-plugin
const FileManagerPlugin = require('filemanager-webpack-plugin');
Expand Down

0 comments on commit 0e294c7

Please # to comment.