Skip to content

Commit ed3268e

Browse files
committed
forgot to change the version :(
1 parent b77e342 commit ed3268e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

woocommerce-pos.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce POS
44
* Plugin URI: https://wordpress.org/plugins/woocommerce-pos/
55
* Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires <a href="http://wordpress.org/plugins/woocommerce/">WooCommerce</a>.
6-
* Version: 1.0.0
6+
* Version: 1.0.1
77
* Author: kilbot
88
* Author URI: http://wcpos.com
99
* Text Domain: woocommerce-pos
@@ -23,7 +23,7 @@
2323
use Dotenv\Dotenv;
2424

2525
// Define plugin constants.
26-
const VERSION = '1.0.0';
26+
const VERSION = '1.0.1';
2727
const PLUGIN_NAME = 'woocommerce-pos';
2828
const SHORT_NAME = 'wcpos';
2929
\define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'

0 commit comments

Comments
 (0)