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