From ebacd109440f4ab7dab716bebb7b4adf234c40f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Edstr=C3=B6m?= Date: Wed, 15 Nov 2023 16:40:59 +0100 Subject: [PATCH] bumping version --- consts.php | 2 +- mfn-wp-plugin.php | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/consts.php b/consts.php index 3ad8262..5fac168 100644 --- a/consts.php +++ b/consts.php @@ -6,7 +6,7 @@ * Reason being that when you use functions like Sync press releases, taxonomy or when press releases * are received through the post hook, data is written into the database using the following constants */ -const MFN_PLUGIN_NAME_VERSION = '0.0.79'; +const MFN_PLUGIN_NAME_VERSION = '0.0.80'; const MFN_PLUGIN_NAME = 'mfn-wp-plugin'; const MFN_TAXONOMY_NAME = 'mfn-news-tag'; const MFN_TAG_PREFIX = 'mfn'; diff --git a/mfn-wp-plugin.php b/mfn-wp-plugin.php index 96045d4..369e95b 100644 --- a/mfn-wp-plugin.php +++ b/mfn-wp-plugin.php @@ -16,7 +16,7 @@ * Plugin Name: MFN Feed * Plugin URI: https://github.com/modfin/mfn-wp-plugin * Description: The MFN Feed plugin enables syncing of a news items feed for a particular company from mfn.se into Wordpress. - * Version: 0.0.79 + * Version: 0.0.80 * Author: Rasmus Holm * Author URI: https://github.com/crholm * License: GPL-2.0+ diff --git a/version b/version index 2786fad..ee92deb 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.79 +0.0.80