| @@ -16,10 +16,10 @@ | ||
| 16 | 16 | * Plugin Name: Darkify |
| 17 | 17 | * Plugin URI: https://darkifywp.com/ |
| 18 | 18 | * Description: Darkify is for a stylish, modern darkmode look that people love. |
| 19 | 19 | * Requires at least: 5.5 |
| 20 | - * Requires PHP: 7.0 | |
| 21 | - * Version: 2.0.1 | |
| 20 | + * Requires PHP: 7.1 | |
| 21 | + * Version: 2.1.3 | |
| 22 | 22 | * Author: ThemeAtelier |
| 23 | 23 | * Author URI: https://themeatelier.net/ |
| 24 | 24 | * License: GPL-2.0+ |
| 25 | 25 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| @@ -41,9 +41,9 @@ | ||
| 41 | 41 | * Start at version 1.0.0 and use SemVer - https://semver.org |
| 42 | 42 | * Rename this for your plugin and update it as you release new versions. |
| 43 | 43 | */ |
| 44 | 44 | if (!defined('DARKIFY_VERSION')) { |
| 45 | - define('DARKIFY_VERSION', '2.0.1'); | |
| 45 | + define('DARKIFY_VERSION', '2.1.3'); | |
| 46 | 46 | } |
| 47 | 47 | if (!defined('DARKIFY_FILE')) { |
| 48 | 48 | define('DARKIFY_FILE', __FILE__); |
| 49 | 49 | } |