Skip to content

Commit

Permalink
1.1.1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Jan 15, 2023
1 parent 8b73e08 commit 3df6e8b
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.1
1.1.1
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// Module constants
public const CUSTOM_AUTHOR = 'JustCarmen';
public const CUSTOM_VERSION = '1.1';
public const CUSTOM_VERSION = '1.1.1';
public const GITHUB_REPO = 'webtrees-simple-footer';
public const AUTHOR_WEBSITE = 'https://justcarmen.nl';
public const CUSTOM_SUPPORT_URL = self::AUTHOR_WEBSITE . '/modules-webtrees-2/simple-footer/';
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.1';
const version = '1.1.1';

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

0 comments on commit 3df6e8b

Please sign in to comment.