diff --git a/package.json b/package.json index 40741513..99edc49c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-germanized-shipments", "title": "Shipments for WooCommerce", - "version": "3.2.2", + "version": "3.2.3", "homepage": "https://vendidero.de", "repository": { "type": "git", diff --git a/src/Package.php b/src/Package.php index ef8b073b..d12ee850 100644 --- a/src/Package.php +++ b/src/Package.php @@ -18,7 +18,7 @@ class Package { * * @var string */ - const VERSION = '3.2.2'; + const VERSION = '3.2.3'; public static $upload_dir_suffix = ''; diff --git a/woocommerce-germanized-shipments.php b/woocommerce-germanized-shipments.php index 27152825..5abb9113 100644 --- a/woocommerce-germanized-shipments.php +++ b/woocommerce-germanized-shipments.php @@ -5,7 +5,7 @@ * Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes. * Author: vendidero * Author URI: https://vendidero.de - * Version: 3.2.2 + * Version: 3.2.3 * Requires PHP: 5.6 * License: GPLv3 *