Skip to content

Commit

Permalink
Bump version 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
awol55 committed Aug 5, 2019
1 parent d67b868 commit ad01f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/php/wc-gateway-moneybutton.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Money Button Payment Gateway for WooCommerce
* Plugin URI: https://brightnet.io/wc-gateway-moneybutton
* Description:
* Version: 1.0.0-beta.1
* Version: 1.0.0-beta.2
* Author: brightnet.io
* Author URI: https://brightnet.io
* Text Domain: wc-gateway-moneybutton
Expand All @@ -13,7 +13,7 @@
*/

// Useful global constants.
define( 'WC_GATEWAY_MONEYBUTTON_VERSION', '1.0.0-beta.1' );
define( 'WC_GATEWAY_MONEYBUTTON_VERSION', '1.0.0-beta.2' );
define( 'WC_GATEWAY_MONEYBUTTON_URL', plugin_dir_url( __FILE__ ) );
define( 'WC_GATEWAY_MONEYBUTTON_PATH', plugin_dir_path( __FILE__ ) );
define( 'WC_GATEWAY_MONEYBUTTON_INC', WC_GATEWAY_MONEYBUTTON_PATH . 'includes/' );
Expand Down

0 comments on commit ad01f74

Please sign in to comment.