Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
Bump the version
  • Loading branch information
hrsetyono authored Jan 23, 2022
1 parent 23497e2 commit d4c6769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-indo-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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');
Expand Down

0 comments on commit d4c6769

Please sign in to comment.