From 550b5c5f2a3a374153b3e9940fc6206efa0624ec Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 1 Nov 2018 08:44:07 -0400 Subject: [PATCH] Version 1.2.2 --- pterotype.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pterotype.php b/pterotype.php index d3051b8..8c0537a 100644 --- a/pterotype.php +++ b/pterotype.php @@ -3,7 +3,7 @@ Plugin Name: Pterotype Plugin URI: https://getpterotype.com Description: Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. -Version: 1.2.1 +Version: 1.2.2 Author: Jeremy Dormitzer Author URI: https://jeremydormitzer.com License: MIT @@ -12,7 +12,7 @@ License URI: https://github.com/jdormit/blob/master/LICENSE require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/init.php'; -define( 'PTEROTYPE_VERSION', '1.2.1' ); +define( 'PTEROTYPE_VERSION', '1.2.2' ); define( 'PTEROTYPE_BLOG_ACTOR_SLUG', '-blog' ); define( 'PTEROTYPE_BLOG_ACTOR_USERNAME', 'blog' );