From 22978ad714a468ef7154b60a45db1221281181a9 Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Mon, 1 Jun 2026 10:02:15 +0200 Subject: [PATCH] Bump version to 0.1.8 --- simple_withdrawalbutton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_withdrawalbutton.php b/simple_withdrawalbutton.php index 4c96842..b5e1e58 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.7'; + $this->version = '0.1.8'; $this->author = 'Arne Weiss'; $this->need_instance = 0; $this->bootstrap = true;