From 27fa98b31f7bfa6ee5d45cf943001da06ec2926f Mon Sep 17 00:00:00 2001 From: cryptochangements34 Date: Wed, 24 Jan 2018 20:00:49 -0500 Subject: [PATCH] Update version --- monero/include/monero_payments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 24a089c..7942e57 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -21,7 +21,7 @@ class Monero_Gateway extends WC_Payment_Gateway $this->method_title = __("Monero GateWay", 'monero_gateway'); $this->method_description = __("Monero Payment Gateway Plug-in for WooCommerce. You can find more information about this payment gateway on our website. You'll need a daemon online for your address.", 'monero_gateway'); $this->title = __("Monero Gateway", 'monero_gateway'); - $this->version = "0.3"; + $this->version = "2.0"; // $this->icon = apply_filters('woocommerce_offline_icon', ''); $this->has_fields = false;