diff --git a/package.json b/package.json index c1ecf8e..cfeb76e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-germanized-shipments", "title": "Shipments for WooCommerce", - "version": "3.3.1", + "version": "3.4.0", "homepage": "https://vendidero.de", "repository": { "type": "git", diff --git a/src/Package.php b/src/Package.php index fc9ff0a..2a98546 100644 --- a/src/Package.php +++ b/src/Package.php @@ -18,7 +18,7 @@ class Package { * * @var string */ - const VERSION = '3.3.1'; + const VERSION = '3.4.0'; public static $upload_dir_suffix = ''; diff --git a/woocommerce-germanized-shipments.php b/woocommerce-germanized-shipments.php index 1650565..ac163fd 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.3.1 + * Version: 3.4.0 * Requires PHP: 5.6 * License: GPLv3 *