From f98980d944b1e38cee5c8d6dc18b010b6a0a762a Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Fri, 6 Mar 2020 01:27:29 -0500 Subject: [PATCH] vBump for Github Updater --- fediembedi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fediembedi.php b/fediembedi.php index c3da901..9c6de19 100644 --- a/fediembedi.php +++ b/fediembedi.php @@ -2,15 +2,15 @@ /** * Plugin Name: FediEmbedi * Plugin URI: https://git.feneas.org/mediaformat/fediembedi - * Github Plugin URI: https://github.com/mediaformat/fediembedi * Description: A widget to show your Fediverse profile timeline - * Version: 0.9.2 + * Version: 0.9.3 * Author: mediaformat * Author URI: https://mediaformat.org * License: GPLv3 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html * Text Domain: fediembedi * Domain Path: /languages + * Github Plugin URI: https://github.com/mediaformat/fediembedi */ namespace FediEmbedi; require_once 'fediembedi-client.php';