From 8ed50fa8e6cb23d7bb65f32ca65c9ac69ac8ddee Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Mon, 1 Jun 2026 08:24:40 +0200 Subject: [PATCH] Bump version to 0.1.2 --- simple_withdrawalbutton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_withdrawalbutton.php b/simple_withdrawalbutton.php index 6001cad..5df4571 100644 --- a/simple_withdrawalbutton.php +++ b/simple_withdrawalbutton.php @@ -27,7 +27,7 @@ class Simple_withdrawalbutton extends Module { $this->name = 'simple_withdrawalbutton'; $this->tab = 'administration'; - $this->version = '0.1.1'; + $this->version = '0.1.2'; $this->author = 'Arne Weiss'; $this->need_instance = 0; $this->bootstrap = true;