Skip to content

Commit

Permalink
Merge pull request #177 from alicolville/alicolville-patch-1
Browse files Browse the repository at this point in the history
Update meal-tracker.php
  • Loading branch information
alicolville authored Jun 20, 2024
2 parents 1cbc9ba + 0403db7 commit 9572253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meal-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* Plugin Name: Meal Tracker
* Description: Allow your users to track their meals and calorie intake for a given day.
* Version: 3.1.5
* Version: 3.1.6
* Requires at least: 5.7
* Tested up to: 6.3.2
* Tested up to: 6.5
* Requires PHP: 7.2
* Author: Ali Colville
* Author URI: https://www.YeKen.uk
Expand All @@ -18,7 +18,7 @@
*/

define( 'YK_MT_ABSPATH', plugin_dir_path( __FILE__ ) );
define( 'YK_MT_PLUGIN_VERSION', '3.1.5' );
define( 'YK_MT_PLUGIN_VERSION', '3.1.6' );
define( 'YK_MT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'YK_MT_SLUG', 'meal-tracker' );

Expand Down

0 comments on commit 9572253

Please sign in to comment.