Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
MFMarkus committed Sep 19, 2024
1 parent 6adf1f8 commit c51e22b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.83';
const MFN_PLUGIN_NAME_VERSION = '0.0.84';
const MFN_PLUGIN_NAME = 'mfn-wp-plugin';
const MFN_TAXONOMY_NAME = 'mfn-news-tag';
const MFN_TAG_PREFIX = 'mfn';
Expand Down
2 changes: 1 addition & 1 deletion mfn-wp-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.83
* Version: 0.0.84
* Author: Rasmus Holm
* Author URI: https://github.com/crholm
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.83
0.0.84

0 comments on commit c51e22b

Please sign in to comment.