Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timoj committed Dec 22, 2020
1 parent 5b12b09 commit 2856cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/wcwuunder-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct()
$this->version_obj = array(
'product' => 'Woocommerce extension',
'version' => array(
'build' => '2.7.20',
'build' => '2.7.21',
'plugin' => '2.0'),
'platform' => array(
'name' => 'Woocommerce',
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-wuunder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Wuunder for-woocommerce
* Plugin URI: https://wearewuunder.com/wuunder-voor-webshops/
* Description: Wuunder shipping plugin
* Version: 2.7.20
* Version: 2.7.21
* Author: Wuunder
* Author URI: http://wearewuunder.com
*/
Expand Down Expand Up @@ -57,7 +57,7 @@ class Woocommerce_Wuunder {
public static $plugin_path;
public static $plugin_basename;

const VERSION = '2.7.20';
const VERSION = '2.7.21';

public function __construct() {

Expand Down

0 comments on commit 2856cde

Please sign in to comment.