From 5c13dc9eed5006fdd7876a93b66d929fdce938d0 Mon Sep 17 00:00:00 2001 From: Yaroslav Borodii Date: Fri, 8 Mar 2024 17:24:37 +0200 Subject: [PATCH] fix: Tag new version inside plugin's file --- ninja-forms-spn-addon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ninja-forms-spn-addon.php b/ninja-forms-spn-addon.php index 94c017f..4a334a7 100644 --- a/ninja-forms-spn-addon.php +++ b/ninja-forms-spn-addon.php @@ -16,7 +16,7 @@ * Plugin Name: Smart Phone Addon for Ninja Forms * Plugin URI: https://github.com/JDI-company/Smart-Phone-for-Ninja-Forms * Description: Smart Phone Addon for Ninja Forms is a plugin to add country flag to the Phone Number field. - * Version: 1.2.2 + * Version: 1.3.0 * Author: JDI * Author URI: https://jdi.company * License: GPL-2.0+ @@ -50,7 +50,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'NINJA_FORMS_SPN_ADDON_VERSION', '1.2.2' ); +define( 'NINJA_FORMS_SPN_ADDON_VERSION', '1.3.0' ); /** * The code that runs during plugin activation.