From 37088e413473f9631db3de2a80d457d387210292 Mon Sep 17 00:00:00 2001 From: EvanG Date: Fri, 10 Feb 2023 15:16:57 +0100 Subject: [PATCH] 1.1.2 --- LightModule.php | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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