diff --git a/mojo-marketplace.php b/mojo-marketplace.php index 2f108cf..ac92f02 100644 --- a/mojo-marketplace.php +++ b/mojo-marketplace.php @@ -2,7 +2,7 @@ /** * Plugin Name: MOJO Marketplace * Description: This plugin adds shortcodes, widgets, and themes to your WordPress site. - * Version: 1.5 + * Version: 1.5.1 * Author: Mike Hansen * Author URI: http://mikehansen.me?utm_campaign=plugin&utm_source=mojo_wp_plugin * License: GPLv2 or later @@ -16,7 +16,7 @@ die; } -define( 'MM_VERSION', '1.5' ); +define( 'MM_VERSION', '1.5.1' ); define( 'MM_BASE_DIR', plugin_dir_path( __FILE__ ) ); define( 'MM_BASE_URL', plugin_dir_url( __FILE__ ) ); define( 'MM_ASSETS_URL', 'https://www.mojomarketplace.com/mojo-plugin-assets/' );