Skip to content

Commit

Permalink
forgot to change the version :(
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed May 5, 2023
1 parent b77e342 commit ed3268e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-pos.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce POS
* Plugin URI: https://wordpress.org/plugins/woocommerce-pos/
* Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires <a href="http://wordpress.org/plugins/woocommerce/">WooCommerce</a>.
* Version: 1.0.0
* Version: 1.0.1
* Author: kilbot
* Author URI: http://wcpos.com
* Text Domain: woocommerce-pos
Expand All @@ -23,7 +23,7 @@
use Dotenv\Dotenv;

// Define plugin constants.
const VERSION = '1.0.0';
const VERSION = '1.0.1';
const PLUGIN_NAME = 'woocommerce-pos';
const SHORT_NAME = 'wcpos';
\define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'
Expand Down

0 comments on commit ed3268e

Please sign in to comment.