Skip to content

Commit

Permalink
Bumping version to 0.4.5.1 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis authored Oct 14, 2024
1 parent 57cfcfd commit 1b64e6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1984-connector-for-dk-and-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: 1984 Connector for DK and WooCommerce
* Plugin URI: https://github.com/1984hosting/1984-dk-woo
* Description: Sync your WooCommerce store with DK, including prices, inventory status and generate invoices for customers on checkout.
* Version: 0.4.5
* Version: 0.4.5.1
* Requires at least: 6.1.5
* Requires PHP: 8.0
* Author: 1984 Hosting
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "1984/1984-connector-for-dk-and-woocommerce",
"version": "0.4.5",
"version": "0.4.5.1",
"type": "wordpress-plugin",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== 1984 Connector for DK and WooCommerce ===
Stable tag: 0.4.5
Stable tag: 0.4.5.1
Contributors: @1984cto, @aldavigdis
Tags: DK, dkPlus, Accounting, Inventory, Invoicing
Requires at least: 6.2.6
Expand Down
2 changes: 1 addition & 1 deletion src/Hooks/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* enqueues scripts and stylesheets etc.
*/
class Admin {
const ASSET_VERSION = '0.4.5';
const ASSET_VERSION = '0.4.5.1';

/**
* Constructor for the Admin interface class
Expand Down

0 comments on commit 1b64e6d

Please sign in to comment.