From eb77219e44dfa8f9fdceea58c681c4d9fd25242b Mon Sep 17 00:00:00 2001 From: Artem Komarov Date: Fri, 8 Nov 2019 15:08:07 +0900 Subject: [PATCH] v0.3 --- pagex.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pagex.php b/pagex.php index acdfec5..8d078c1 100644 --- a/pagex.php +++ b/pagex.php @@ -6,10 +6,10 @@ Plugin URI: https://github.com/yumecommerce/pagex Text Domain: pagex Domain Path: /languages -Version: 0.2 +Version: 0.3 */ -define( 'PAGEX_VERSION', '0.2' ); +define( 'PAGEX_VERSION', '0.3' ); define( 'PAGEX_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'PAGEX_FILE', __FILE__ ); define( 'PAGEX_PLUGIN_BASE', plugin_basename( PAGEX_FILE ) );