Skip to content

Commit 8e14913

Browse files
committed
Update version number to 4.21.1
1 parent a319123 commit 8e14913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-rss-aggregator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WP RSS Aggregator
55
* Plugin URI: https://www.wprssaggregator.com/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpraplugin
66
* Description: Imports and aggregates multiple RSS Feeds.
7-
* Version: 4.21
7+
* Version: 4.21.1
88
* Author: RebelCode
99
* Author URI: https://www.wprssaggregator.com
1010
* Text Domain: wprss
@@ -76,7 +76,7 @@
7676

7777
// Set the version number of the plugin.
7878
if( !defined( 'WPRSS_VERSION' ) )
79-
define( 'WPRSS_VERSION', '4.21' );
79+
define( 'WPRSS_VERSION', '4.21.1' );
8080

8181
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
8282
define( 'WPRSS_WP_MIN_VERSION', '4.8' );

0 commit comments

Comments
 (0)