Skip to content

Commit 0005e19

Browse files
committed
Version bump to 4.1.1.
1 parent 6439511 commit 0005e19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-germanized-shipments",
33
"title": "Shipments for WooCommerce",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"homepage": "https://vendidero.de",
66
"repository": {
77
"type": "git",

src/Package.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Package {
1818
*
1919
* @var string
2020
*/
21-
const VERSION = '4.1.0';
21+
const VERSION = '4.1.1';
2222

2323
public static $upload_dir_suffix = '';
2424

woocommerce-germanized-shipments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
66
* Author: vendidero
77
* Author URI: https://vendidero.de
8-
* Version: 4.1.0
8+
* Version: 4.1.1
99
* Requires PHP: 5.6
1010
* License: GPLv3
1111
*

0 commit comments

Comments
 (0)