diff --git a/woocommerce-indo-shipping.php b/woocommerce-indo-shipping.php
index 5cda802..aff2d1b 100644
--- a/woocommerce-indo-shipping.php
+++ b/woocommerce-indo-shipping.php
@@ -5,7 +5,7 @@
 Plugin URI: http://github.com/hrsetyono/woocommerce-indo-shipping
 Author: Pixel Studio
 Author URI: https://pixelstudio.id/
-Version: 2.1.0
+Version: 2.1.1
 */
 
 if(!defined('ABSPATH') ) { exit; } // exit if accessed directly
@@ -15,7 +15,7 @@
   return;
 }
 
-define('WCIS_VERSION', '2.1.0');
+define('WCIS_VERSION', '2.1.1');
 define('WCIS_PATH', plugins_url('', __FILE__));
 define('WCIS_DIR', __DIR__);
 define('WCIS_NAMESPACE', 'wcis/v1');