diff --git a/includes/Application.php b/includes/Application.php index 9e49cae..c236223 100644 --- a/includes/Application.php +++ b/includes/Application.php @@ -26,7 +26,7 @@ class Application extends Container { * * @var string */ - const VERSION = '1.0.3'; + const VERSION = '1.0.4'; /** * The base path for the plugin. diff --git a/omniform.php b/omniform.php index 88f978c..de880c9 100644 --- a/omniform.php +++ b/omniform.php @@ -3,7 +3,7 @@ * Plugin Name: OmniForm * Plugin URI: https://omniform.io * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website. - * Version: 1.0.3 + * Version: 1.0.4 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: JR Tashjian diff --git a/package-lock.json b/package-lock.json index cfe294a..c39284f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniform", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniform", - "version": "1.0.3", + "version": "1.0.4", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/base-styles": "^4.26.3", diff --git a/package.json b/package.json index bb4e38f..0f0e05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniform", - "version": "1.0.3", + "version": "1.0.4", "license": "GPL-2.0-or-later", "private": true, "scripts": { diff --git a/readme.txt b/readme.txt index af5dc30..ab1c8d5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: contact form, block editor, form builder, forms, email Requires at least: 6.2 Tested up to: 6.3 Requires PHP: 7.4 -Stable tag: 1.0.3 +Stable tag: 1.0.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html