From f74bf7a73f1dad70e18f0c119d7b1b5a5700745a Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Mon, 1 Jun 2026 09:57:08 +0200 Subject: [PATCH] Bump version to 0.1.7 --- simple_withdrawalbutton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_withdrawalbutton.php b/simple_withdrawalbutton.php index 8a0b047..45804e1 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.6'; + $this->version = '0.1.7'; $this->author = 'Arne Weiss'; $this->need_instance = 0; $this->bootstrap = true;