Skip to content

Commit

Permalink
Bump version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Apr 18, 2024
1 parent db2eb20 commit b77c231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Package {
*
* @var string
*/
const VERSION = '3.2.2';
const VERSION = '3.2.3';

public static $upload_dir_suffix = '';

Expand Down
2 changes: 1 addition & 1 deletion woocommerce-germanized-shipments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit b77c231

Please sign in to comment.