diff --git a/README.md b/README.md index 692f5ea..fa28089 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The **Likes** post type includes support for the [Webmention](https://wordpress. ## Changelog +### 1.0.2 + +* Account for likes published with the Micropub plugin everywhere. :) + ### 1.0.1 * Account for likes published with the Micropub plugin. diff --git a/plugin.php b/plugin.php index 9934413..674de1f 100644 --- a/plugin.php +++ b/plugin.php @@ -7,7 +7,7 @@ * Author URI: https://jeremyfelt.com * Text Domain: likes * Domain Path: /languages - * Version: 1.0.1 + * Version: 1.0.2 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html *