Skip to content

Commit

Permalink
Bump version: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyansitorus committed Feb 1, 2018
1 parent 066d7ea commit 37a7b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woogosend.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WooGoSend
* Plugin URI: https://github.com/sofyansitorus/WooGoSend
* Description: WooCommerce per kilometer shipping rates calculator for GoSend Go-Jek Indonesia courier.
* Version: 1.2.2
* Version: 1.2.3
* Author: Sofyan Sitorus
* Author URI: https://github.com/sofyansitorus
* License: GPL-2.0+
Expand All @@ -42,7 +42,7 @@
// Defines plugin named constants.
define( 'WOOGOSEND_PATH', plugin_dir_path( __FILE__ ) );
define( 'WOOGOSEND_URL', plugin_dir_url( __FILE__ ) );
define( 'WOOGOSEND_VERSION', '1.2.2' );
define( 'WOOGOSEND_VERSION', '1.2.3' );
define( 'WOOGOSEND_METHOD_ID', 'woogosend' );
define( 'WOOGOSEND_METHOD_TITLE', 'WooGoSend' );

Expand Down

0 comments on commit 37a7b50

Please sign in to comment.