Skip to content

Commit

Permalink
Version numbers updated in preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylephillips committed Apr 21, 2015
1 parent 9aeeff7 commit ec5479a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/SimpleFavorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function init()
$simple_favorites_env = 'live';

global $simple_favorites_version;
$simple_favorites_version = '1.1.0';
$simple_favorites_version = '1.1.1';

global $simple_favorites_name;
$simple_favorites_name = __('Favorites', 'simplefavorites');
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: 1.1.0
Version: 1.1.1
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
Text Domain: simplefavorites
Expand Down

0 comments on commit ec5479a

Please sign in to comment.