Skip to content

Commit

Permalink
update the $version
Browse files Browse the repository at this point in the history
I always forget this one
  • Loading branch information
billerickson authored Jun 28, 2016
1 parent fa14635 commit bef8e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ea-share-count.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class EA_Share_Count {
* @since 1.0.0
* @var string
*/
private $version = '1.5.9';
private $version = '1.6.0';

/**
* Core instance
Expand Down Expand Up @@ -182,4 +182,4 @@ public function count( $id = false, $type = 'facebook', $echo = false, $round =
function ea_share() {
return EA_Share_Count::instance();
}
ea_share();
ea_share();

0 comments on commit bef8e95

Please sign in to comment.