Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerfinnell committed Mar 10, 2023
1 parent cf1d51e commit b1131e6
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,7 +2,7 @@
"name": "wp-simple-pay-lite",
"title": "WP Simple Pay Lite for Stripe",
"description": "Add high conversion Stripe Checkout forms to your WordPress site and start accepting payments in minutes. **Lite Version**",
"version": "4.7.2",
"version": "4.7.2-beta-1",
"license": "GPL-2.0-or-later",
"homepage": "https://wpsimplepay.com/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions stripe-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Add high conversion Stripe payment forms to your WordPress site in minutes.
* Author: WP Simple Pay
* Author URI: https://wpsimplepay.com
* Version: 4.7.2
* Version: 4.7.2-beta-1
* Text Domain: stripe
* Domain Path: /languages
*/
Expand Down Expand Up @@ -54,7 +54,7 @@
//
// Lite/Pro-specific.
//
define( 'SIMPLE_PAY_VERSION', '4.7.2' );
define( 'SIMPLE_PAY_VERSION', '4.7.2-beta-1' );

if ( ! defined( 'SIMPLE_PAY_PLUGIN_NAME' ) ) {
define( 'SIMPLE_PAY_PLUGIN_NAME', 'WP Simple Pay Lite' );
Expand Down

0 comments on commit b1131e6

Please sign in to comment.