diff --git a/package.json b/package.json index 459c096..ac05692 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-germanized-shipments", "title": "Shipments for WooCommerce", - "version": "4.1.0", + "version": "4.1.1", "homepage": "https://vendidero.de", "repository": { "type": "git", diff --git a/src/Package.php b/src/Package.php index e666a66..44aafdb 100644 --- a/src/Package.php +++ b/src/Package.php @@ -18,7 +18,7 @@ class Package { * * @var string */ - const VERSION = '4.1.0'; + const VERSION = '4.1.1'; public static $upload_dir_suffix = ''; diff --git a/woocommerce-germanized-shipments.php b/woocommerce-germanized-shipments.php index 884bf90..5aef946 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: 4.1.0 + * Version: 4.1.1 * Requires PHP: 5.6 * License: GPLv3 *