Update version numbers
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 7 Aug 2017 18:30:47 +0000 (14:30 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 7 Aug 2017 18:30:47 +0000 (14:30 -0400)
For new release

glm-woocommerce-merchant-e-solutions-gateway.php

index 13d41fc..55f0186 100644 (file)
@@ -3,7 +3,7 @@
  * Plugin Name: GLM WooCommerce Merchant e-Solutions Gateway
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Merchant e-Solutions support for WooCommerce. Provides a payment gateway that will process WooCommerce payments and refunds through Merchant e-Solutions. For more information on Merchant e-Solutions see their Website at <a href="https://www.merchante-solutions.com/">https://www.merchante-solutions.com/</a>.
- * Version: 1.1.2
+ * Version: 1.1.3
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * Text Domain: glm-woocommerce-merchant-e-solutions-gateway
@@ -21,7 +21,7 @@
  * @package glmMerchantESolutions
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.1.2
+ * @version 1.1.3
  */
 
 /*
@@ -42,7 +42,7 @@
  */
 
 // Plugin Versions
-define('GLM_MES_VERSION',               "1.1.2");
+define('GLM_MES_VERSION',               "1.1.3");
 define('GLM_MES_REQUIRED_WOO_VERSION',  "3.1.1");
 
 if( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly.