Bumb version to 1.0.3

This commit is contained in:
Tetrakern 2024-09-30 11:43:54 +02:00
parent 343e23c40a
commit be918c4f04

View file

@ -3,7 +3,7 @@
* Plugin Name: Fictioneer Email Notifications
* Description: Allows readers to subscribe to selected updates via email. You can choose to receive notifications for all new content, specific post types, or selected stories and taxonomies. Works for both guests and registered users.
* Plugin URI: https://github.com/Tetrakern/fictioneer-email-notifications
* Version: 1.0.2
* Version: 1.0.3
* Requires at least: 6.1
* Requires PHP: 7.4
* Author: Tetrakern
@ -15,8 +15,8 @@
defined( 'ABSPATH' ) OR exit;

// Version
define( 'FCNEN_VERSION', '1.0.2' );
define( 'FCNEN_RELEASE_TAG', 'v1.0.2' );
define( 'FCNEN_VERSION', '1.0.3' );
define( 'FCNEN_RELEASE_TAG', 'v1.0.3' );

// =======================================================================================
// CONSTANTS & DEFAULTS