diff --git a/LightModule.php b/LightModule.php index 8c11b0a..1273f4f 100644 --- a/LightModule.php +++ b/LightModule.php @@ -31,7 +31,7 @@ public function description(): string { return 'A light theme for Webtrees based public function customModuleAuthorName(): string { return 'EvanG'; } - public function customModuleVersion(): string { return '1.1.1'; } + public function customModuleVersion(): string { return '1.1.2'; } public function customModuleLatestVersionUrl(): string { return 'https://github.com/06Games/Webtrees-ArgonLight/raw/main/version.txt'; } diff --git a/version.txt b/version.txt index 8cfbc90..8428158 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file