Skip to content

Commit

Permalink
Updates plugin version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Phillips committed Dec 27, 2018
1 parent 5994d32 commit df24c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Favorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function init()
$favorites_env = 'live';

global $favorites_version;
$favorites_version = '2.3.0';
$favorites_version = '2.3.1';

global $favorites_name;
$favorites_name = __('Favorites', 'favorites');
Expand Down
2 changes: 1 addition & 1 deletion favorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Favorites
Plugin URI: http://favoriteposts.com
Description: Simple and flexible favorite buttons for any post type.
Version: 2.3.0
Version: 2.3.1
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
Text Domain: favorites
Expand Down

0 comments on commit df24c4d

Please sign in to comment.