Skip to content

Commit

Permalink
Changed Version To 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Dec 5, 2019
1 parent 8b5f7f0 commit b729f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wc-quick-buy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Quick Buy For WooCommerce
* Plugin URI: https://wordpress.org/plugins/woocommerce-quick-buy/
* Description: Add Quick buy button to redirect user to checkout / cart immediately when he click quick buy button
* Version: 2.2
* Version: 2.3
* Author: Varun Sridharan
* Author URI: http://varunsridharan.in
* Text Domain: wc-quick-buy
Expand All @@ -20,7 +20,7 @@
}

defined( 'WCQB_FILE' ) || define( 'WCQB_FILE', __FILE__ );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.2' );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.3' );
defined( 'WCQB_NAME' ) || define( 'WCQB_NAME', __( 'Quick Buy For WooCommerce', 'wc-quick-buy' ) );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down

0 comments on commit b729f35

Please sign in to comment.