Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphas1204 committed Sep 20, 2023
1 parent c495b19 commit 91b8271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/constants.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
//Define Constants
define('WC_PAYNOW_EXPRESS_VERSION', '1.0.2');
define('WC_PAYNOW_EXPRESS_VERSION', '1.0.1');
if( !defined( 'ps_error' ) ) define('ps_error', 'error');
if( !defined( 'ps_ok' ) ) define('ps_ok','ok');
if( !defined( 'ps_created_but_not_paid' ) ) define('ps_created_but_not_paid','created but not paid');
Expand Down

0 comments on commit 91b8271

Please sign in to comment.