diff --git a/woogosend.php b/woogosend.php index 9e1c1ca..cfdee62 100644 --- a/woogosend.php +++ b/woogosend.php @@ -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+ @@ -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' );