Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Ran composer update. Updated version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Oct 24, 2018
1 parent 48d645e commit 9610ff7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mojo-marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Plugin Name: MOJO Marketplace
* Description: This plugin adds shortcodes, widgets, and themes to your WordPress site.
* Version: 1.4.0
* Version: 1.4.1
* Author: Mike Hansen
* Author URI: http://mikehansen.me?utm_campaign=plugin&utm_source=mojo_wp_plugin
* License: GPLv2 or later
Expand All @@ -15,7 +15,7 @@
die;
}

define( 'MM_VERSION', '1.4.0' );
define( 'MM_VERSION', '1.4.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/' );
Expand Down

0 comments on commit 9610ff7

Please sign in to comment.