diff --git a/shoppingfeed-custom-fields.php b/shoppingfeed-custom-fields.php index d6b29b3..a9681e6 100644 --- a/shoppingfeed-custom-fields.php +++ b/shoppingfeed-custom-fields.php @@ -7,7 +7,7 @@ * Author URI: https://www.shopping-feed.com/ * Text Domain: shopping-feed-custom-fields * Domain Path: /languages - * Version: 1.0.4 + * Version: 1.0.5 * License: GPLv3 or later * License URI: https://www.gnu.org/licenses/gpl-3.0.html */ @@ -22,7 +22,7 @@ require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php'; } -define( 'SFCF_PLUGIN_VERSION', '1.0.4' ); +define( 'SFCF_PLUGIN_VERSION', '1.0.5' ); define( 'SFCF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'SFCF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'SFCF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );