From a9d8966e22f372dd6a23c1b4c32211671b23a8d2 Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Mon, 1 Jun 2026 08:32:02 +0200 Subject: [PATCH] Bump version to 0.1.3 --- simple_withdrawalbutton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_withdrawalbutton.php b/simple_withdrawalbutton.php index 5df4571..247d0df 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.2'; + $this->version = '0.1.3'; $this->author = 'Arne Weiss'; $this->need_instance = 0; $this->bootstrap = true;