Skip to content

Commit 8fc343f

Browse files
committed
Version 3.4.2
1 parent b5060d0 commit 8fc343f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ms-featured-image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Multisite Featured Image
44
* Plugin URI: https://frosty.media/plugins/multisite-featured-image/
55
* Description: Adds a featured image to each site in a WordPress Multisite Network.
6-
* Version: 3.4.1
6+
* Version: 3.4.2
77
* Author: Austin Passy
88
* Author URI: https://austin.passy.co
99
* Text Domain: ms-featured-image

src/FeaturedImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class FeaturedImage
2323
{
2424

25-
public const VERSION = '3.4.1';
25+
public const VERSION = '3.4.2';
2626
public const OPTION_NAME = 'ms_featured_image';
2727
public const PLUGIN_SLUG = 'ms-featured-image';
2828

0 commit comments

Comments
 (0)